summaryrefslogtreecommitdiffstats
path: root/tests/unit/controller/AdminControllerTest.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-11-26 19:51:29 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2015-11-26 19:51:49 +0100
commit6f48a74ead80c57e291ca2be78645449e99ae5f0 (patch)
tree783d228246b38fe135f772461958d00f56900ac0 /tests/unit/controller/AdminControllerTest.php
parent050ca4af5a2c72ecd31305ed7b91afc4f411efa1 (diff)
add autoupdate for indices
Diffstat (limited to 'tests/unit/controller/AdminControllerTest.php')
-rw-r--r--tests/unit/controller/AdminControllerTest.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/unit/controller/AdminControllerTest.php b/tests/unit/controller/AdminControllerTest.php
index c74b8570e..9d5014636 100644
--- a/tests/unit/controller/AdminControllerTest.php
+++ b/tests/unit/controller/AdminControllerTest.php
@@ -158,11 +158,4 @@ class AdminControllerTest extends \PHPUnit_Framework_TestCase {
$this->assertEquals($expected, $response);
}
- public function testMigrate() {
- $this->itemService->expects($this->once())
- ->method('generateSearchIndices');
- $this->controller->migrate();
- }
-
-
}