Total Complexity | 3 |
Total Lines | 24 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
11 | class NameWorksTraitTest extends \Nip\Utility\Tests\AbstractTest |
||
12 | { |
||
13 | use NameWorksTrait; |
||
14 | |||
15 | public function testGetClassName() |
||
22 | } |
||
23 | |||
24 | public function testIsNamespaced() |
||
25 | { |
||
26 | self::assertTrue($this->isNamespaced()); |
||
27 | } |
||
28 | |||
29 | public function testGetNamespaceParentFolder() |
||
35 | ); |
||
36 | } |
||
38 |