Definition at line 12 of file TextTest.php.
◆ testDump()
Twig_Tests_Profiler_Dumper_TextTest::testDump |
( |
| ) |
|
Definition at line 14 of file TextTest.php.
15 {
17 $this->assertStringMatchesFormat(<<<
EOF
18main %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
28 , $dumper->dump($this->getProfile()));
29 }
const EOF
How fgetc() reports an End Of File.
References EOF.
The documentation for this class was generated from the following file:
- libs/composer/vendor/twig/twig/test/Twig/Tests/Profiler/Dumper/TextTest.php