You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (!Configuration::instance()->hasEventDispatcher()) {
421
+
if (!Configuration::isBooted() || !Configuration::instance()->hasEventDispatcher()) {
428
422
return$factory;
429
423
}
430
424
@@ -459,4 +453,13 @@ private function throwIfCannotCreateObject(): void
459
453
460
454
thrownew \LogicException(\sprintf('Cannot create object in a data provider for non-proxy factories. Transform your factory into a "%s", or call "create()" method in the test. See https://symfony.com/bundles/ZenstruckFoundryBundle/current/index.html#phpunit-data-providers', PersistentProxyObjectFactory::class));
0 commit comments