]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tests/front/controller/admin/ToolsControllerTest.php
Process password change controller through Slim
[github/shaarli/Shaarli.git] / tests / front / controller / admin / ToolsControllerTest.php
index 47c5746e1f058e1ed27379249f4c0d5af4d97159..fc756f0ffcf75889285014460ccee28722c030bc 100644 (file)
@@ -24,8 +24,6 @@ class ToolsControllerTestControllerTest extends TestCase
 
     public function testDefaultInvokeWithHttps(): void
     {
-        $this->createValidContainerMockSet();
-
         $request = $this->createMock(Request::class);
         $response = new Response();
 
@@ -49,8 +47,6 @@ class ToolsControllerTestControllerTest extends TestCase
 
     public function testDefaultInvokeWithoutHttps(): void
     {
-        $this->createValidContainerMockSet();
-
         $request = $this->createMock(Request::class);
         $response = new Response();