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

13 lines
97 B
PHP

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