Files
faveo/vendor/phpunit/php-token-stream/tests/_fixture/classInScopedNamespace.php
2015-05-01 13:13:01 +05:30

10 lines
66 B
PHP

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