summaryrefslogtreecommitdiffstats
path: root/tests/integration/command/CommandTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration/command/CommandTest.php')
-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);