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.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/integration/command/CommandTest.php b/tests/integration/command/CommandTest.php
index 4501f3b95..72d7602ff 100644
--- a/tests/integration/command/CommandTest.php
+++ b/tests/integration/command/CommandTest.php
@@ -17,8 +17,8 @@ class CommandTest extends \PHPUnit_Framework_TestCase {
$this->corePath = __DIR__ . '/../../../../../';
}
- public function testGenerateIndices() {
- $command = $this->corePath . 'occ news:create-search-indices';
+ public function testMigrate() {
+ $command = $this->corePath . 'occ news:migrate';
exec($command, $_, $success);
$this->assertSame(0, $success);