You are here

classInScopedNamespace.php in Zircon Profile 8

Namespace

Foo\BarScoped

File

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

namespace Foo\BarScoped;

class TestClass {

}

Classes

Namesort descending Description
TestClass