We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9b3f55 commit 8fed506Copy full SHA for 8fed506
tests/TestCase/Controller/ToolbarControllerTest.php
@@ -52,8 +52,8 @@ public function setUp()
52
*/
53
public function testClearCacheNoGet()
54
{
55
- $this->get('/debug-kit/toolbar/clear_cache?name=testing');
56
- $this->assertResponseCode(404);
+ $this->get('/debug-kit/toolbar/clear-cache?name=testing');
+ $this->assertResponseCode(405);
57
}
58
59
/**
0 commit comments