multipleNamespacesWithOneClassUsingBraces.php

Namespace

Foo\Bar

File

drupal/core/vendor/phpunit/php-token-stream/Tests/_files/multipleNamespacesWithOneClassUsingBraces.php
View source
<?php

namespace Foo\Bar;

class TestClassInBar {

}
namespace Foo\Baz;

class TestClassInBaz {

}

Classes