public function Twig_Tests_Loader_FilesystemTest::testEmptyConstructor in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/twig/twig/test/Twig/Tests/Loader/FilesystemTest.php \Twig_Tests_Loader_FilesystemTest::testEmptyConstructor()
File
- vendor/
twig/ twig/ test/ Twig/ Tests/ Loader/ FilesystemTest.php, line 89
Class
Code
public function testEmptyConstructor() {
$loader = new Twig_Loader_Filesystem();
$this
->assertEquals(array(), $loader
->getPaths());
}