File tree 1 file changed +5
-0
lines changed
src/Symfony/Component/VarDumper/Cloner
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,11 @@ abstract class AbstractCloner implements ClonerInterface
69
69
'Symfony\Component\DependencyInjection\ContainerInterface ' => 'Symfony\Component\VarDumper\Caster\StubCaster::cutInternals ' ,
70
70
'Symfony\Component\VarDumper\Exception\ThrowingCasterException ' => 'Symfony\Component\VarDumper\Caster\ExceptionCaster::castThrowingCasterException ' ,
71
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\ProphecySubjectInterface ' => 'Symfony\Component\VarDumper\Caster\StubCaster::cutInternals ' ,
75
+ 'Mockery\MockInterface ' => 'Symfony\Component\VarDumper\Caster\StubCaster::cutInternals ' ,
76
+
72
77
'PDO ' => 'Symfony\Component\VarDumper\Caster\PdoCaster::castPdo ' ,
73
78
'PDOStatement ' => 'Symfony\Component\VarDumper\Caster\PdoCaster::castPdoStatement ' ,
74
79
You can’t perform that action at this time.
0 commit comments