function KernelTestBase::setDebugDumpHandler
Registers the dumper CLI handler when the DebugDump extension is enabled.
File
-
core/
tests/ Drupal/ KernelTests/ KernelTestBase.php, line 215
Class
- KernelTestBase
- Base class for functional integration tests.
Namespace
Drupal\KernelTestsCode
public static function setDebugDumpHandler() : void {
if (DebugDump::isEnabled()) {
VarDumper::setHandler(DebugDump::class . '::cliHandler');
}
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.