Skip to content

Commit

Permalink
Typo fix (#5017)
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Sep 14, 2023
1 parent d188b67 commit ba0291f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public function testSpacedMainScript(array $inputParameters, string $expectedCom
2000
);

// running on macOS cause empty string after DUMMY_MAIN_SCRIPT removed on run whole unit test
// running on macOS cause empty string after SPACED_DUMMY_MAIN_SCRIPT constant value removed on run whole unit test
// this ensure it works
$workerCommandLine = str_replace("rector' worker", "rector' '' worker", $workerCommandLine);
$this->assertSame($expectedCommand, $workerCommandLine);
Expand Down

0 comments on commit ba0291f

Please sign in to comment.