mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-19 02:23:11 +00:00
Improve test method doc block
Co-Authored-By: Markus Podar <[email protected]>
This commit is contained in:
co-authored by
Markus Podar
parent
da59650fb2
commit
3cc7d7ccf6
@@ -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);
|
$reflectionClass = new \ReflectionClass(ExampleClass::class);
|
||||||
$reflectionMethod = $reflectionClass->getMethod('setSpecialChars');
|
$reflectionMethod = $reflectionClass->getMethod('setSpecialChars');
|
||||||
|
|||||||
Reference in New Issue
Block a user