mailgun-php/vendor/phpunit/php-token-stream/Tests/_files/multipleNamespacesWithOneClassUsingBraces.php

13 lines
97 B
PHP
Raw Normal View History

2013-07-18 13:01:36 -05:00
<?php
namespace Foo\Bar;
class TestClassInBar
{
}
namespace Foo\Baz;
class TestClassInBaz
{
}