Skip to content

Commit a7d7805

Browse files
committed
IHF: Tests renamed.
1 parent 64a2a53 commit a7d7805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/classes/Artisan/CommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public function it_has_required_constructor_arguments()
3131
}
3232

3333
/** @test */
34-
public function it_has_one_required_constructor_argument_which_is_command()
34+
public function required_constructor_argument_is_command()
3535
{
3636
$command = new Command('test');
3737
$this->assertInstanceOf(Command::class, $command);

0 commit comments

Comments
 (0)