File "multipleNamespacesWithOneClassUsingBraces.php"

Full Path: /www/wwwroot/shphe-en.com/smsapi/api_sdk/vendor/phpunit/php-token-stream/tests/_fixture/multipleNamespacesWithOneClassUsingBraces.php
File size: 97 bytes
MIME-type: --
Charset: utf-8

<?php
namespace Foo\Bar;

class TestClassInBar
{
}

namespace Foo\Baz;

class TestClassInBaz
{
}