vd/vendor/phpunit/php-token-stream/tests/_fixture/classInScopedNamespace.php
2018-11-05 09:26:30 +08:00

10 lines
66 B
PHP

<?php
namespace Foo\BarScoped {
class TestClass {
}
}