* @author James Brooks */ class AppServiceProviderTest extends AbstractTestCase { use ServiceProviderTrait; public function testDateFactoryIsInjectable() { $this->assertIsInjectable(DateFactory::class); } }