diff --git a/tests/MethodTest.php b/tests/MethodTest.php index 80c2992..883b887 100644 --- a/tests/MethodTest.php +++ b/tests/MethodTest.php @@ -49,9 +49,9 @@ class ExampleTest extends TestCase } /** - * Test special characters in method + * Test special characters in methods default values */ - public function testSpecialChars() + public function testDefaultSpecialChars() { $reflectionClass = new \ReflectionClass(ExampleClass::class); $reflectionMethod = $reflectionClass->getMethod('setSpecialChars');