[plugins-dev] test: isDeferred does not exist
any idea why I am getting
when testing a plugin!
I think I am missing a provider or something?!
the test:
result:
the same testing was green with v2.
full changes:
https://github.com/lara-zeus/bolt/pull/106
Method Filament\Panel::isDeferred does not exist.when testing a plugin!
I think I am missing a provider or something?!
the test:
result:
the same testing was green with v2.
full changes:
https://github.com/lara-zeus/bolt/pull/106
Solution
You’ll need to update the providers in your TestCase have a look here. https://github.com/filamentphp/plugin-skeleton
GitHub
A package skeleton for developing Filament plugins. - GitHub - filamentphp/plugin-skeleton: A package skeleton for developing Filament plugins.
