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 3787c42 commit fe2a131Copy full SHA for fe2a131
tests/Asserts/ServiceProviderAssertsTest.php
@@ -14,13 +14,13 @@ protected function getPackageProviders($app)
14
/** @test */
15
public function it_has_alias_registered_assertion()
16
{
17
- $this->assertAliasRegistered('Fixture\Alias\Post');
+ $this->assertAliasRegistered('Acme\Alias\Post');
18
}
19
20
21
public function it_has_alias_not_registered_assertion()
22
23
- $this->assertAliasNotRegistered('Fixture\Alias\Unexisting');
+ $this->assertAliasNotRegistered('Acme\Alias\Unexisting');
24
25
26
0 commit comments