ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Integration test helper. More...
Public Member Functions | |
testIntegration ($file, $message, $condition, $templates, $exception, $outputs) | |
getTests More... | |
testLegacyIntegration ($file, $message, $condition, $templates, $exception, $outputs) | |
getLegacyTests legacy More... | |
getTests ($name, $legacyTests=false) | |
getLegacyTests () | |
Protected Member Functions | |
getFixturesDir () | |
getRuntimeLoaders () | |
getExtensions () | |
getTwigFilters () | |
getTwigFunctions () | |
getTwigTests () | |
doIntegrationTest ($file, $message, $condition, $templates, $exception, $outputs) | |
Static Protected Member Functions | |
static | parseTemplates ($test) |
Integration test helper.
Definition at line 20 of file IntegrationTestCase.php.
|
protected |
Definition at line 132 of file IntegrationTestCase.php.
References $config, $file, $function, $i, $loader, $message, $name, $output, $ret, $source, $template, $test, array, getExtensions(), getRuntimeLoaders(), getTwigFilters(), getTwigFunctions(), getTwigTests(), and GuzzleHttp\Psr7\hash().
Referenced by testIntegration(), and testLegacyIntegration().
|
protected |
Definition at line 38 of file IntegrationTestCase.php.
References array.
Referenced by doIntegrationTest().
|
abstractprotected |
Twig_Test_IntegrationTestCase::getLegacyTests | ( | ) |
Definition at line 127 of file IntegrationTestCase.php.
References getTests().
|
protected |
Definition at line 30 of file IntegrationTestCase.php.
References array.
Referenced by doIntegrationTest().
Twig_Test_IntegrationTestCase::getTests | ( | $name, | |
$legacyTests = false |
|||
) |
Definition at line 84 of file IntegrationTestCase.php.
References $file, $message, $test, array, and getFixturesDir().
Referenced by getLegacyTests().
|
protected |
Definition at line 46 of file IntegrationTestCase.php.
References array.
Referenced by doIntegrationTest().
|
protected |
Definition at line 54 of file IntegrationTestCase.php.
References array.
Referenced by doIntegrationTest().
|
protected |
Definition at line 62 of file IntegrationTestCase.php.
References array.
Referenced by doIntegrationTest().
|
staticprotected |
Definition at line 237 of file IntegrationTestCase.php.
Twig_Test_IntegrationTestCase::testIntegration | ( | $file, | |
$message, | |||
$condition, | |||
$templates, | |||
$exception, | |||
$outputs | |||
) |
getTests
Definition at line 70 of file IntegrationTestCase.php.
References $file, $message, and doIntegrationTest().
Twig_Test_IntegrationTestCase::testLegacyIntegration | ( | $file, | |
$message, | |||
$condition, | |||
$templates, | |||
$exception, | |||
$outputs | |||
) |
getLegacyTests legacy
Definition at line 79 of file IntegrationTestCase.php.
References $file, $message, and doIntegrationTest().