Closed SuperDJ closed 3 years ago
Hi @SuperDJ
Are you requiring the ServiceProvider in your test setup?
@colinhall17 I use auto discovery.
After looking into a bit more I found that adding the MacsiDigital\Zoom\Providers\ZoomServiceProvider::class,
class to the providers
array in config/app
did solve the error. Perhaps this should be mentioned in the docs.
When running PHPUnit tests I get the following error:
When using
In the
MacsiDigital\Zoom\Facades\Zoom
class. it tries to get azoom
class that does not exist.