You are here

UseLeadingBackslashUnitTest.inc in Coder 8.2

Testing use statements.

File

coder_sniffer/Drupal/Test/Classes/UseLeadingBackslashUnitTest.inc
View source
<?php

/**
 * @file
 * Testing use statements.
 */
use Foo\Boom\Bang;

/**
 * Just an example making use the class.
 */
function test(Bang $x) {
}

Functions

Namesort descending Description
test Just an example making use the class.