From 79736eb1cf6abacb2b79c8b8f8ca52d1cfcc6715 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Wed, 25 Nov 2015 19:52:04 +0100 Subject: fix tests --- tests/integration/command/CommandTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/integration') 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); -- cgit v1.2.3