wkcrm/vendor/phpunit/php-token-stream/tests/_fixture/multipleNamespacesWithOneCl...

13 lines
97 B

<?php
namespace Foo\Bar;
class TestClassInBar
{
}
namespace Foo\Baz;
class TestClassInBaz
{
}