Skip to content

Commit dcb7fb2

Browse files
committed
update HttpMethodsTest
1 parent 0bb9ad5 commit dcb7fb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/HttpMethodsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*/
1212
class HttpMethodsTest extends TestCase
1313
{
14-
public function test_custom_method_it_should_return_standardized_name()
14+
public function test_custom_method_it_should_standardize_the_method()
1515
{
1616
$actual = HttpMethods::custom('append');
1717

0 commit comments

Comments
 (0)