*/ class ConfigServiceProviderTest extends AbstractTestCase { use ServiceProviderTrait; public function testCacheIsInjectable() { $this->assertIsInjectable(Cache::class); } public function testRepositoryIsInjectable() { $this->assertIsInjectable(Repository::class); } }