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 64a2a53 commit a7d7805Copy full SHA for a7d7805
tests/classes/Artisan/CommandTest.php
@@ -31,7 +31,7 @@ public function it_has_required_constructor_arguments()
31
}
32
33
/** @test */
34
- public function it_has_one_required_constructor_argument_which_is_command()
+ public function required_constructor_argument_is_command()
35
{
36
$command = new Command('test');
37
$this->assertInstanceOf(Command::class, $command);
0 commit comments