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
Running the phpunit tests throws deprecations related to the foundry-bundle.
1x: Since zenstruck\foundry 1.38.0: Configuring the default proxy auto-refresh to false is deprecated. You should set it to "true", which will be the default value in 2.0.
If you still want to disable auto refresh, make your factory implement "Zenstruck\Foundry\Persistence\PersistentObjectFactory" instead of "Zenstruck\Foundry\Persistence\PersistentProxyObjectFactory".
1x in ConfigureBrowserTest::browser_has_been_configured from Zenstruck\Browser\Tests
Other deprecation notices (2)
2x: Since zenstruck\foundry 1.38.0: Configuring the default proxy auto-refresh to false is deprecated. You should set it to "true", which will be the default value in 2.0.
If you still want to disable auto refresh, make your factory implement "Zenstruck\Foundry\Persistence\PersistentObjectFactory" instead of "Zenstruck\Foundry\Persistence\PersistentProxyObjectFactory".
1x in ConfigureBrowserTest::browser_has_been_configured from Zenstruck\Browser\Tests
1x in KernelBrowserAuthenticationTest::_setUpFactories from Zenstruck\Browser\Tests
The text was updated successfully, but these errors were encountered:
Running the phpunit tests throws deprecations related to the foundry-bundle.
The text was updated successfully, but these errors were encountered: