mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 10:07:12 +00:00
Make static anlisys pass
This commit is contained in:
@@ -39,7 +39,7 @@ class ExampleFinderTest extends TestCase
|
||||
*/
|
||||
public function testFileNotFound() : void
|
||||
{
|
||||
$example = new Example('./example.php', false, 1, 0, new Description('Test'));
|
||||
$example = new Example('./example.php', false, 1, 0, 'Test');
|
||||
$this->assertSame('** File not found : ./example.php **', $this->fixture->find($example));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user