You are here

classInNamespace.php in Zircon Profile 8

Namespace

Foo\Bar

File

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

namespace Foo\Bar;

class TestClass {

}

Classes

Namesort descending Description
TestClass