Files
exchange/vendor/phpunit/php-token-stream/tests/_fixture/classInNamespace.php
T
2018-04-20 14:03:37 +08:00

7 lines
46 B
PHP

<?php
namespace Foo\Bar;
class TestClass
{
}