We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02cbd34 commit aa70ce1Copy full SHA for aa70ce1
tests/TestCase/Controller/ToolbarControllerTest.php
@@ -71,17 +71,6 @@ public function testClearCache()
71
$this->assertResponseContains('success');
72
}
73
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
-
85
/**
86
* Test clearing the session.
87
*
0 commit comments