ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Public Member Functions | |
testGetSourceContext () | |
testSecurity ($template) | |
@dataProvider getSecurityTests More... | |
getSecurityTests () | |
testPaths ($basePath, $cacheKey, $rootPath) | |
@dataProvider getBasePaths More... | |
getBasePaths () | |
testEmptyConstructor () | |
testGetNamespaces () | |
testFindTemplateExceptionNamespace () | |
testFindTemplateWithCache () | |
testLoadTemplateAndRenderBlockWithCache () | |
getArrayInheritanceTests () | |
testArrayInheritance ($templateName) | |
@dataProvider getArrayInheritanceTests More... | |
testLoadTemplateFromPhar () | |
@requires PHP 5.3 More... | |
Definition at line 12 of file FilesystemTest.php.
Twig_Tests_Loader_FilesystemTest::getArrayInheritanceTests | ( | ) |
Definition at line 188 of file FilesystemTest.php.
Twig_Tests_Loader_FilesystemTest::getBasePaths | ( | ) |
Definition at line 96 of file FilesystemTest.php.
Twig_Tests_Loader_FilesystemTest::getSecurityTests | ( | ) |
Definition at line 37 of file FilesystemTest.php.
Twig_Tests_Loader_FilesystemTest::testArrayInheritance | ( | $templateName | ) |
@dataProvider getArrayInheritanceTests
$templateName | string Template name with array inheritance |
Definition at line 203 of file FilesystemTest.php.
Twig_Tests_Loader_FilesystemTest::testEmptyConstructor | ( | ) |
Definition at line 127 of file FilesystemTest.php.
References $loader.
Twig_Tests_Loader_FilesystemTest::testFindTemplateExceptionNamespace | ( | ) |
Definition at line 142 of file FilesystemTest.php.
References $loader.
Twig_Tests_Loader_FilesystemTest::testFindTemplateWithCache | ( | ) |
Definition at line 157 of file FilesystemTest.php.
References $loader.
Twig_Tests_Loader_FilesystemTest::testGetNamespaces | ( | ) |
Definition at line 133 of file FilesystemTest.php.
References $loader, and Twig_Loader_Filesystem\MAIN_NAMESPACE.
Twig_Tests_Loader_FilesystemTest::testGetSourceContext | ( | ) |
Definition at line 14 of file FilesystemTest.php.
Twig_Tests_Loader_FilesystemTest::testLoadTemplateAndRenderBlockWithCache | ( | ) |
Definition at line 172 of file FilesystemTest.php.
Twig_Tests_Loader_FilesystemTest::testLoadTemplateFromPhar | ( | ) |
@requires PHP 5.3
Definition at line 217 of file FilesystemTest.php.
References $loader.
Twig_Tests_Loader_FilesystemTest::testPaths | ( | $basePath, | |
$cacheKey, | |||
$rootPath | |||
) |
@dataProvider getBasePaths
Definition at line 65 of file FilesystemTest.php.
References $loader.
Twig_Tests_Loader_FilesystemTest::testSecurity | ( | $template | ) |
@dataProvider getSecurityTests
Definition at line 25 of file FilesystemTest.php.