Definition at line 12 of file BlackfireTest.php.
◆ testDump()
Twig_Tests_Profiler_Dumper_BlackfireTest::testDump |
( |
| ) |
|
Definition at line 14 of file BlackfireTest.php.
15 {
17
18 $this->assertStringMatchesFormat(<<<
EOF
19file-format: BlackfireProbe
20cost-dimensions: wt mu pmu
21request-start: %d.%d
22
23main()
24main()==>index.twig
25index.twig==>embedded.twig::block(body)
26index.twig==>embedded.twig
27embedded.twig==>included.twig
28index.twig==>index.twig::macro(foo)
30 , $dumper->dump($this->getProfile()));
31 }
const EOF
How fgetc() reports an End Of File.
References EOF.
The documentation for this class was generated from the following file: