UseParent.php in Zircon Profile 8
Same filename and directory in other branches
Namespace
Doctrine\Tests\Common\ReflectionFile
vendor/doctrine/common/tests/Doctrine/Tests/Common/Reflection/UseParent.phpView source
<?php
namespace Doctrine\Tests\Common\Reflection;
use Doctrine\Tests\Common\Reflection\Dummies\NoParent as Test;
class UseParent extends Test {
}