summaryrefslogtreecommitdiffstats
path: root/tests/unit/controller/AdminControllerTest.php
diff options
context:
space:
mode:
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();
- }
-
-
}