File "multipleNamespacesWithOneClassUsingNonBraceSyntax.php"

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

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

namespace Foo\Baz
{
    class TestClassInBaz
    {
    }
}