Files
panti-asuhan-backend/vendor/phpunit/php-token-stream/tests/_fixture/classInNamespace.php
2023-07-14 11:32:46 +08:00

7 lines
46 B
PHP
Executable File

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