donation/vendor/phpunit/php-token-stream/tests/_fixture/classInScopedNamespace.php
2020-11-23 15:46:19 +05:30

10 lines
66 B
PHP

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