getApp(); $serviceProvider = new ServiceProviderImplementation($app); $this->assertInstanceOf(ServiceProvider::class, $serviceProvider); } }