Current File : /home/itiffy/www/vendor/phpunit/php-token-stream/tests/_fixture/classInScopedNamespace.php
<?php
namespace Foo\BarScoped {

    class TestClass {

    }

}