clam2021/vendor/phpunit/php-token-stream/tests/_fixture/classInScopedNamespace.php
2021-05-13 13:04:00 -03:00

10 lines
66 B
PHP

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