Total Complexity | 2 |
Total Lines | 14 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
9 | class ModuleTest extends SapphireTest |
||
10 | { |
||
11 | public function testUnsetResourcesDir() |
||
12 | { |
||
13 | $path = __DIR__ . '/fixtures/ss-projects/withoutCustomResourcesDir'; |
||
14 | $module = new Module($path, $path); |
||
15 | $this->assertEquals('', $module->getResourcesDir()); |
||
16 | } |
||
17 | |||
18 | public function testResourcesDir() |
||
23 | } |
||
24 | } |
||
25 |