File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -12,26 +12,26 @@ protected function getPackageProviders($app)
1212 }
1313
1414 /** @test */
15- public function it_has_command_registered_assertion ()
15+ public function it_has_alias_registered_assertion ()
1616 {
17- $ this ->assertCommandRegistered ( ' generic ' );
17+ $ this ->assertAliasRegistered ( ' Fixture\Alias\Post ' );
1818 }
1919
2020 /** @test */
21- public function it_has_command_not_registered_assertion ()
21+ public function it_has_alias_not_registered_assertion ()
2222 {
23- $ this ->assertCommandNotRegistered ( ' unexisting ' );
23+ $ this ->assertAliasNotRegistered ( ' Fixture\Alias\Unexisting ' );
2424 }
2525
2626 /** @test */
27- public function it_has_alias_registered_assertion ()
27+ public function it_has_command_registered_assertion ()
2828 {
29- $ this ->assertAliasRegistered ( ' Fixture\Alias\Post ' );
29+ $ this ->assertCommandRegistered ( ' generic ' );
3030 }
3131
3232 /** @test */
33- public function it_has_alias_not_registered_assertion ()
33+ public function it_has_command_not_registered_assertion ()
3434 {
35- $ this ->assertAliasNotRegistered ( ' Fixture\Alias\Unexisting ' );
35+ $ this ->assertCommandNotRegistered ( ' unexisting ' );
3636 }
3737}
You can’t perform that action at this time.
0 commit comments