]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tests/front/controller/admin/LogoutControllerTest.php
Process password change controller through Slim
[github/shaarli/Shaarli.git] / tests / front / controller / admin / LogoutControllerTest.php
index ba681b161e8da221c53f5ee781bd7b30adecaf2c..78a0fe731e0de2fdb9102d793068ca479fc2ed7c 100644 (file)
@@ -35,8 +35,6 @@ class LogoutControllerTest extends TestCase
 
     public function testValidControllerInvoke(): void
     {
-        $this->createValidContainerMockSet();
-
         $request = $this->createMock(Request::class);
         $response = new Response();