This repository has been archived on 2026-07-02. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
HomeIsWhereTheMoneyIs/vendor/phpunit/php-token-stream/tests/_fixture/classInScopedNamespace.php
T

10 lines
66 B
PHP
Executable File

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