ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
Twig_Tests_Profiler_Dumper_TextTest Class Reference
+ Inheritance diagram for Twig_Tests_Profiler_Dumper_TextTest:
+ Collaboration diagram for Twig_Tests_Profiler_Dumper_TextTest:

Public Member Functions

 testDump ()
 

Additional Inherited Members

- Protected Member Functions inherited from Twig_Tests_Profiler_Dumper_AbstractTest
 getProfile ()
 

Detailed Description

Definition at line 12 of file TextTest.php.

Member Function Documentation

◆ testDump()

Twig_Tests_Profiler_Dumper_TextTest::testDump ( )

Definition at line 14 of file TextTest.php.

References EOF, and Twig_Tests_Profiler_Dumper_AbstractTest\getProfile().

15  {
16  $dumper = new Twig_Profiler_Dumper_Text();
17  $this->assertStringMatchesFormat(<<<EOF
18 main %d.%dms/%d%
19 └ index.twig %d.%dms/%d%
20  └ embedded.twig::block(body)
21  └ embedded.twig
22  │ └ included.twig
23  └ index.twig::macro(foo)
24  └ embedded.twig
25  └ included.twig
26 
27 EOF
28  , $dumper->dump($this->getProfile()));
29  }
const EOF
How fgetc() reports an End Of File.
Definition: JSMin_lib.php:92
+ Here is the call graph for this function:

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