Files
dienstplan/vendor/phpunit/php-token-stream/tests/_fixture/classInScopedNamespace.php
T
2017-09-13 07:52:34 +02:00

10 lines
66 B
PHP

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