This commit is contained in:
James Brooks 2015-10-05 19:04:04 +01:00
parent 1cf63e025b
commit bc16eda3ec

View File

@ -25,9 +25,4 @@ class RepositoryServiceProviderTest extends AbstractTestCase
{
return RepositoryServiceProvider::class;
}
public function testMetricRepositoryIsInjectable()
{
$this->assertIsInjectable(MetricRepository::class);
}
}