From 3cc7d7ccf66ee14ef18496b43b65dff31863a995 Mon Sep 17 00:00:00 2001 From: Florian Reuschel Date: Tue, 31 Mar 2020 21:19:33 +0200 Subject: [PATCH] Improve test method doc block Co-Authored-By: Markus Podar --- tests/MethodTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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');