Skip to content

Commit aa70ce1

Browse files
committed
Remove redundant GET test for clearSession
1 parent 02cbd34 commit aa70ce1

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

tests/TestCase/Controller/ToolbarControllerTest.php

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -71,17 +71,6 @@ public function testClearCache()
7171
$this->assertResponseContains('success');
7272
}
7373

74-
/**
75-
* Test clearing the session does not work with GET
76-
*
77-
* @return void
78-
*/
79-
public function testClearSessionNoGet()
80-
{
81-
$this->get('/debug-kit/toolbar/clear-session');
82-
$this->assertResponseCode(405);
83-
}
84-
8574
/**
8675
* Test clearing the session.
8776
*

0 commit comments

Comments
 (0)