Files
money/vendor/phpunit/php-token-stream/tests/_fixture/classInScopedNamespace.php
2023-06-16 02:08:47 +00:00

10 lines
66 B
PHP

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