File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 21
21
use Prophecy \Prophecy \ProphecySubjectInterface ;
22
22
use ProxyManager \Proxy \ProxyInterface ;
23
23
use Symfony \Component \ErrorHandler \Internal \TentativeTypes ;
24
+ use Symfony \Component \VarExporter \LazyGhostObjectInterface ;
24
25
25
26
/**
26
27
* Autoloader checking if the class is really defined in the file found.
@@ -250,6 +251,7 @@ public static function checkClasses(): bool
250
251
&& !is_subclass_of ($ symbols [$ i ], ProphecySubjectInterface::class)
251
252
&& !is_subclass_of ($ symbols [$ i ], Proxy::class)
252
253
&& !is_subclass_of ($ symbols [$ i ], ProxyInterface::class)
254
+ && !is_subclass_of ($ symbols [$ i ], LazyGhostObjectInterface::class)
253
255
&& !is_subclass_of ($ symbols [$ i ], LegacyProxy::class)
254
256
&& !is_subclass_of ($ symbols [$ i ], MockInterface::class)
255
257
&& !is_subclass_of ($ symbols [$ i ], IMock::class)
You can’t perform that action at this time.
0 commit comments