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
Is there any recommended way to disable lookup based on any sort of criteria? For example, when running unit tests I don't want the Google map lookup to fire (since it fails sometimes and I dont' want that to break testing), but there doesn't appear to be any way to make lookup conditional other than annotation in the Entity itself which can't be written to check something like SYMFONY_ENV.
Right now when I run tests, the Mock Data import is causing it to lookup as they're inserted which is causing test problems.
The text was updated successfully, but these errors were encountered:
Is there any recommended way to disable lookup based on any sort of criteria? For example, when running unit tests I don't want the Google map lookup to fire (since it fails sometimes and I dont' want that to break testing), but there doesn't appear to be any way to make lookup conditional other than annotation in the Entity itself which can't be written to check something like SYMFONY_ENV.
Right now when I run tests, the Mock Data import is causing it to lookup as they're inserted which is causing test problems.
The text was updated successfully, but these errors were encountered: