summaryrefslogtreecommitdiffstats
path: root/tests/integration
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-11-25 19:52:04 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2015-11-25 19:52:22 +0100
commit79736eb1cf6abacb2b79c8b8f8ca52d1cfcc6715 (patch)
tree46831c06aa2e7577e091e4d5109371a56718a844 /tests/integration
parent052178a79f9099d1ce3c36e56334cdc15911ef09 (diff)
fix tests
Diffstat (limited to 'tests/integration')
-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);