We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d208d3 commit d476f6aCopy full SHA for d476f6a
packages/framework/tests/Feature/HydeServiceProviderTest.php
@@ -57,7 +57,7 @@ public function test_provider_has_boot_method()
57
$this->assertTrue(method_exists($this->provider, 'boot'));
58
}
59
60
- public function test_provider_registers_asset_service_contract()
+ public function test_provider_registers_asset_service()
61
{
62
$this->assertTrue($this->app->bound(AssetService::class));
63
$this->assertInstanceOf(AssetService::class, $this->app->make(AssetService::class));
0 commit comments