Skip to content

Commit f442114

Browse files
committed
IHF: StyleCI thanks.
1 parent 71b31b0 commit f442114

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/classes/Artisan/CommandTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ public function it_has_static_constructor_named_factory()
4747
/** @test */
4848
public function it_can_run_command_in_background()
4949
{
50-
self::$functions->shouldReceive('exec')->with("(php artisan test command) > /dev/null 2>&1 &")->once();
50+
self::$functions->shouldReceive('exec')->with('(php artisan test:command) > /dev/null 2>&1 &')->once();
5151

52-
$command = Command::factory('test command');
52+
$command = Command::factory('test:command');
5353
$command->runInBackground();
5454
}
5555
}

0 commit comments

Comments
 (0)