diff options
author | ArthurHoaro <arthur@hoa.ro> | 2020-05-27 13:35:48 +0200 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2020-07-23 21:19:21 +0200 |
commit | ef00f9d2033f6de11e71bf3a909399cae6f73a9f (patch) | |
tree | 96f47312084bab73be34495eed4280110a8ff258 /tests/front/controller/admin/ToolsControllerTest.php | |
parent | ba43064ddb7771fc97df135a32f9b0d5e373dd36 (diff) | |
download | Shaarli-ef00f9d2033f6de11e71bf3a909399cae6f73a9f.tar.gz Shaarli-ef00f9d2033f6de11e71bf3a909399cae6f73a9f.tar.zst Shaarli-ef00f9d2033f6de11e71bf3a909399cae6f73a9f.zip |
Process password change controller through Slim
Diffstat (limited to 'tests/front/controller/admin/ToolsControllerTest.php')
-rw-r--r-- | tests/front/controller/admin/ToolsControllerTest.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/front/controller/admin/ToolsControllerTest.php b/tests/front/controller/admin/ToolsControllerTest.php index 47c5746e..fc756f0f 100644 --- a/tests/front/controller/admin/ToolsControllerTest.php +++ b/tests/front/controller/admin/ToolsControllerTest.php | |||
@@ -24,8 +24,6 @@ class ToolsControllerTestControllerTest extends TestCase | |||
24 | 24 | ||
25 | public function testDefaultInvokeWithHttps(): void | 25 | public function testDefaultInvokeWithHttps(): void |
26 | { | 26 | { |
27 | $this->createValidContainerMockSet(); | ||
28 | |||
29 | $request = $this->createMock(Request::class); | 27 | $request = $this->createMock(Request::class); |
30 | $response = new Response(); | 28 | $response = new Response(); |
31 | 29 | ||
@@ -49,8 +47,6 @@ class ToolsControllerTestControllerTest extends TestCase | |||
49 | 47 | ||
50 | public function testDefaultInvokeWithoutHttps(): void | 48 | public function testDefaultInvokeWithoutHttps(): void |
51 | { | 49 | { |
52 | $this->createValidContainerMockSet(); | ||
53 | |||
54 | $request = $this->createMock(Request::class); | 50 | $request = $this->createMock(Request::class); |
55 | $response = new Response(); | 51 | $response = new Response(); |
56 | 52 | ||