Files
panti-asuhan-backend/vendor/phpunit/php-token-stream/tests/_fixture/classInScopedNamespace.php
2023-07-14 11:32:46 +08:00

10 lines
66 B
PHP
Executable File

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