Improve test method doc block

Co-Authored-By: Markus Podar <[email protected]>
This commit is contained in:
Florian Reuschel
2020-03-31 21:19:33 +02:00
committed by GitHub
co-authored by Markus Podar
parent da59650fb2
commit 3cc7d7ccf6
+2 -2
View File
@@ -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');