classExtendsNamespacedClass.php in Zircon Profile 8.0
Same filename and directory in other branches
Namespace
Foo\BarFile
vendor/phpunit/php-token-stream/tests/_fixture/classExtendsNamespacedClass.phpView source
<?php
namespace Foo\Bar;
class Baz {
}
namespace Other\Space;
class Extender extends \Foo\Bar\Baz {
}