VarDumperTestTrait::setUpVarDumper()
and VarDumperTestTrait::tearDownVarDumper()
to configure casters & flags to use in testsImagineCaster
and infrastructure to dump imagesTraceableMessageBus
and MessengerDataCollector
collected dataUuidCaster
NO_COLOR
env var (https://no-color.org/)DsCaster
to support dumping the contents of data structures from the Ds extensionVAR_DUMPER_FORMAT
to html
or cli
ServerDumper
to send serialized Data clones to a serverServerDumpCommand
and DumpServer
to run a server collecting
and displaying dumps on a single place with multiple formats supportCliDescriptor
and HtmlDescriptor
descriptors for server:dump
CLI and HTML formats support\ReflectionClass
instances to the Caster::castObject()
method has been dropped, pass class names as strings insteadData::getRawData()
method has been removedVarDumperTestTrait::assertDumpEquals()
method expects a 3rd $filter = 0
argument and moves $message = ''
argument at 4th position.VarDumperTestTrait::assertDumpMatchesFormat()
method expects a 3rd $filter = 0
argument and moves $message = ''
argument at 4th position.AbstractCloner::setMinDepth()
function to ensure minimum tree depthMongoCaster
Cloner\Data::getLimitedClone()
. Use withMaxDepth
, withMaxItemsPerDepth
or withRefHandles
instead.