Security update for Core, with self-updated composer
[yaffs-website] / vendor / phpunit / php-token-stream / tests / _fixture / classExtendsNamespacedClass.php
1 <?php
2
3 namespace Foo\Bar;
4
5 class Baz {}
6
7 namespace Other\Space;
8
9 class Extender extends \Foo\Bar\Baz {}
10