We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent564c8e1 commitb24992dCopy full SHA for b24992d
src/Symfony/Component/VarDumper/Cloner/AbstractCloner.php
@@ -69,6 +69,11 @@ abstract class AbstractCloner implements ClonerInterface
69
'Symfony\Component\DependencyInjection\ContainerInterface' =>'Symfony\Component\VarDumper\Caster\StubCaster::cutInternals',
70
'Symfony\Component\VarDumper\Exception\ThrowingCasterException' =>'Symfony\Component\VarDumper\Caster\ExceptionCaster::castThrowingCasterException',
71
72
+'PHPUnit_Framework_MockObject_MockObject' =>'Symfony\Component\VarDumper\Caster\StubCaster::cutInternals',
73
+'PHPUnit_Framework_MockObject_Stub' =>'Symfony\Component\VarDumper\Caster\StubCaster::cutInternals',
74
+'Prophecy\Prophecy\ProphecyInterface' =>'Symfony\Component\VarDumper\Caster\StubCaster::cutInternals',
75
+'Mockery\MockInterface' =>'Symfony\Component\VarDumper\Caster\StubCaster::cutInternals',
76
+
77
'PDO' =>'Symfony\Component\VarDumper\Caster\PdoCaster::castPdo',
78
'PDOStatement' =>'Symfony\Component\VarDumper\Caster\PdoCaster::castPdoStatement',
79