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 0bb9ad5 commit dcb7fb2Copy full SHA for dcb7fb2
tests/HttpMethodsTest.php
@@ -11,7 +11,7 @@
11
*/
12
class HttpMethodsTest extends TestCase
13
{
14
- public function test_custom_method_it_should_return_standardized_name()
+ public function test_custom_method_it_should_standardize_the_method()
15
16
$actual = HttpMethods::custom('append');
17
0 commit comments