Seditio Source
Root
|
.
/
othercms
/
croogo-4.0.7
/
vendor
/
phpunit
/
php-token-stream
/
tests
/
_fixture
/
multipleNamespacesWithOneClassUsingBraces.php
<?php
namespace
Foo
\
Bar
;
class
TestClassInBar
{
}
namespace
Foo
\
Baz
;
class
TestClassInBaz
{
}