]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tests/front/controller/visitor/OpenSearchControllerTest.php
Process password change controller through Slim
[github/shaarli/Shaarli.git] / tests / front / controller / visitor / OpenSearchControllerTest.php
index 52475318f6f5c2ea0b961936e4151c306903e19d..5f9f5b1285c42eb72200710a24d8f2fa26c0cd7e 100644 (file)
@@ -24,8 +24,6 @@ class OpenSearchControllerTest extends TestCase
 
     public function testOpenSearchController(): void
     {
-        $this->createValidContainerMockSet();
-
         $request = $this->createMock(Request::class);
         $response = new Response();