public function MockDumper::dump in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/http-kernel/Tests/EventListener/DumpListenerTest.php \Symfony\Component\HttpKernel\Tests\EventListener\MockDumper::dump()
File
- vendor/
symfony/ http-kernel/ Tests/ EventListener/ DumpListenerTest.php, line 76
Class
Namespace
Symfony\Component\HttpKernel\Tests\EventListenerCode
public function dump(Data $data) {
$rawData = $data
->getRawData();
echo '+' . $rawData[0];
}