UseLeadingBackslashUnitTest.inc in Coder 8.3.x
Same filename and directory in other branches
Testing use statements.
File
tests/Drupal/Classes/UseLeadingBackslashUnitTest.incView source
<?php
/**
* @file
* Testing use statements.
*/
use Foo\Boom\Bang;
/**
* Just an example making use the class.
*/
function test(Bang $x) {
}