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 1d46927 commit 6cc45f7Copy full SHA for 6cc45f7
tests/MiddlewareTest.php
@@ -65,7 +65,7 @@ public function test_it_can_allow_optional_request()
65
$response->assertStatus(200);
66
}
67
68
- public function test_it_candeny_optional_request()
+ public function test_it_can_deny_optional_request()
69
{
70
$this->app['router']->get('policy', function () {
71
return 'yay';
0 commit comments