You are here

multipleNamespacesWithOneClassUsingBraces.php in Zircon Profile 8

Namespace

Foo\Bar

File

vendor/phpunit/php-token-stream/tests/_fixture/multipleNamespacesWithOneClassUsingBraces.php
View source
<?php

namespace Foo\Bar;

class TestClassInBar {

}
namespace Foo\Baz;

class TestClassInBaz {

}

Classes