mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 10:07:12 +00:00
Add docs
This commit is contained in:
@@ -39,7 +39,7 @@ class ReconstitutingADocBlockTest extends TestCase
|
||||
/** @var string $reconstitutedDocComment */
|
||||
$reconstitutedDocComment;
|
||||
|
||||
include(__DIR__ . '/../../examples/03-reconstituting-a-docblock.php');
|
||||
include(__DIR__ . '/../../docs/examples/03-reconstituting-a-docblock.php');
|
||||
|
||||
$this->assertSame($docComment, $reconstitutedDocComment);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user