4ee4f24923d3ab5cc084b4aea5458f65d364e19b
[yaffs-website] / vendor / phpunit / php-token-stream / tests / _fixture / multipleNamespacesWithOneClassUsingNonBraceSyntax.php
1 <?php
2 namespace Foo\Bar
3 {
4     class TestClassInBar
5     {
6     }
7 }
8
9 namespace Foo\Baz
10 {
11     class TestClassInBaz
12     {
13     }
14 }