mailgun-php/vendor/phpunit/php-token-stream/Tests/_files/multipleNamespacesWithOneClassUsingNonBraceSyntax.php
Travis Swientek e5163bb90b Added PHPUnit
2013-07-18 13:01:36 -05:00

15 lines
125 B
PHP

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