Files
faveo/vendor/phpunit/php-token-stream/tests/_fixture/classInScopedNamespace.php
2015-12-22 14:09:23 +05:30

10 lines
66 B
PHP

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