Skip to content

Commit 62c059b

Browse files
committed
IHF: Test names minor fixes.
1 parent d5e526c commit 62c059b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/artisan/CallInBackgroundTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public function it_works_with_only_after_parameter()
3939
}
4040

4141
/** @test */
42-
public function it_works_with_before_and_after_parameters()
42+
public function it_works_with_before_and_after_parameters_together()
4343
{
4444
$mock = m::mock('alias:Illuminated\Helpers\Artisan\Command');
4545
$mock->shouldReceive('factory')->withArgs(['test command', 'before', 'after'])->once()->andReturnSelf();

0 commit comments

Comments
 (0)