UseLeadingBackslashUnitTest.inc in Coder 8.2
Testing use statements.
File
coder_sniffer/Drupal/Test/Classes/UseLeadingBackslashUnitTest.incView source
<?php
/**
* @file
* Testing use statements.
*/
use Foo\Boom\Bang;
/**
* Just an example making use the class.
*/
function test(Bang $x) {
}