Total Complexity | 2 |
Total Lines | 16 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
14 | class ViewPathDetectorTest extends AbstractTest |
||
15 | { |
||
16 | public function test_for_autodetect() |
||
17 | { |
||
18 | $path = TEST_FIXTURE_PATH . DIRECTORY_SEPARATOR . 'views'; |
||
19 | self::assertSame( $path, ViewPathDetector::for(new ChildController())); |
||
20 | } |
||
21 | |||
22 | public function test_for_generateViewPath() |
||
30 | } |
||
31 | } |