ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
Twig_Tests_LegacyIntegrationTest Class Reference
+ Inheritance diagram for Twig_Tests_LegacyIntegrationTest:
+ Collaboration diagram for Twig_Tests_LegacyIntegrationTest:

Public Member Functions

 getExtensions ()
 
 getFixturesDir ()
 
 getTests ($name, $legacyTests=false)
 
- Public Member Functions inherited from Twig_Test_IntegrationTestCase
 testIntegration ($file, $message, $condition, $templates, $exception, $outputs)
 @dataProvider getTests More...
 
 testLegacyIntegration ($file, $message, $condition, $templates, $exception, $outputs)
 @dataProvider getLegacyTests @group legacy More...
 
 getTests ($name, $legacyTests=false)
 
 getLegacyTests ()
 

Additional Inherited Members

- Protected Member Functions inherited from Twig_Test_IntegrationTestCase
 getFixturesDir ()
 
 getRuntimeLoaders ()
 
 getExtensions ()
 
 getTwigFilters ()
 
 getTwigFunctions ()
 
 getTwigTests ()
 
 doIntegrationTest ($file, $message, $condition, $templates, $exception, $outputs)
 
- Static Protected Member Functions inherited from Twig_Test_IntegrationTestCase
static parseTemplates ($test)
 

Detailed Description

Definition at line 12 of file LegacyIntegrationTest.php.

Member Function Documentation

◆ getExtensions()

Twig_Tests_LegacyIntegrationTest::getExtensions ( )
Returns
Twig_ExtensionInterface[]

Reimplemented from Twig_Test_IntegrationTestCase.

Definition at line 14 of file LegacyIntegrationTest.php.

15 {
16 return array(
18 );
19 }

◆ getFixturesDir()

Twig_Tests_LegacyIntegrationTest::getFixturesDir ( )
Returns
string

Reimplemented from Twig_Test_IntegrationTestCase.

Definition at line 21 of file LegacyIntegrationTest.php.

22 {
23 return dirname(__FILE__).'/LegacyFixtures/';
24 }

◆ getTests()

Twig_Tests_LegacyIntegrationTest::getTests (   $name,
  $legacyTests = false 
)

Reimplemented from Twig_Test_IntegrationTestCase.

Definition at line 26 of file LegacyIntegrationTest.php.

27 {
28 if (!$legacyTests) {
29 return array(array('', '', '', array(), '', array()));
30 }
31
32 return parent::getTests($name, true);
33 }

References $name.


The documentation for this class was generated from the following file: