summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-08-10 16:47:56 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2015-08-10 17:09:49 +0200
commit6a489df47a1c8fa351e9b43924fc28c3986583bb (patch)
treedbe897c743d7e5e2b7d965d1f78a41021cc46009 /tests
parent300f22163b1d5ca8bd25f0fa46e7683f57b7bab6 (diff)
remove empty line
Diffstat (limited to 'tests')
-rw-r--r--tests/integration/command/CommandTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/command/CommandTest.php b/tests/integration/command/CommandTest.php
index 12c676a64..c2f15a72c 100644
--- a/tests/integration/command/CommandTest.php
+++ b/tests/integration/command/CommandTest.php
@@ -25,7 +25,7 @@ class CommandTest extends \PHPUnit_Framework_TestCase {
}
public function testValidateInstall() {
- $command = $this->corePath . 'occ news:validate-install';
+ $command = $this->corePath . 'occ news:verify-install';
exec($command, $_, $success);
$this->assertSame(0, $success);