You are here

public function Twig_Tests_Loader_FilesystemTest::testEmptyConstructor in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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

Twig_Tests_Loader_FilesystemTest

Code

public function testEmptyConstructor() {
  $loader = new Twig_Loader_Filesystem();
  $this
    ->assertEquals(array(), $loader
    ->getPaths());
}