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)
 getTests More...
 
 testLegacyIntegration ($file, $message, $condition, $templates, $exception, $outputs)
 getLegacyTests 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 ( )

Definition at line 14 of file LegacyIntegrationTest.php.

15  {
16  return array(
18  );
19  }

◆ getFixturesDir()

Twig_Tests_LegacyIntegrationTest::getFixturesDir ( )

Definition at line 21 of file LegacyIntegrationTest.php.

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

◆ getTests()

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

Definition at line 26 of file LegacyIntegrationTest.php.

References $name.

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

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