You are here

classInNamespace.php in Zircon Profile 8.0

Same filename and directory in other branches
  1. 8 vendor/phpunit/php-token-stream/tests/_fixture/classInNamespace.php

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