classInScopedNamespace.php

Namespace

Foo\BarScoped

File

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

namespace Foo\BarScoped;

class TestClass {

}

Classes

Namesort descending Description
TestClass