|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Inheritance diagram for Twig_Tests_Profiler_ProfileTest:
Collaboration diagram for Twig_Tests_Profiler_ProfileTest:Public Member Functions | |
| testConstructor () | |
| testIsRoot () | |
| testIsTemplate () | |
| testIsBlock () | |
| testIsMacro () | |
| testGetAddProfile () | |
| testGetDuration () | |
| testSerialize () | |
| testReset () | |
Definition at line 12 of file ProfileTest.php.
| Twig_Tests_Profiler_ProfileTest::testConstructor | ( | ) |
Definition at line 14 of file ProfileTest.php.
| Twig_Tests_Profiler_ProfileTest::testGetAddProfile | ( | ) |
Definition at line 59 of file ProfileTest.php.
| Twig_Tests_Profiler_ProfileTest::testGetDuration | ( | ) |
Definition at line 69 of file ProfileTest.php.
| Twig_Tests_Profiler_ProfileTest::testIsBlock | ( | ) |
Definition at line 41 of file ProfileTest.php.
References Twig_Profiler_Profile\BLOCK, and Twig_Profiler_Profile\ROOT.
| Twig_Tests_Profiler_ProfileTest::testIsMacro | ( | ) |
Definition at line 50 of file ProfileTest.php.
References Twig_Profiler_Profile\MACRO, and Twig_Profiler_Profile\ROOT.
| Twig_Tests_Profiler_ProfileTest::testIsRoot | ( | ) |
Definition at line 23 of file ProfileTest.php.
References Twig_Profiler_Profile\ROOT, and Twig_Profiler_Profile\TEMPLATE.
| Twig_Tests_Profiler_ProfileTest::testIsTemplate | ( | ) |
Definition at line 32 of file ProfileTest.php.
References Twig_Profiler_Profile\ROOT, and Twig_Profiler_Profile\TEMPLATE.
| Twig_Tests_Profiler_ProfileTest::testReset | ( | ) |
Definition at line 101 of file ProfileTest.php.
| Twig_Tests_Profiler_ProfileTest::testSerialize | ( | ) |
Definition at line 78 of file ProfileTest.php.