Skip to content

Commit

Permalink
Error message
Browse files Browse the repository at this point in the history
  • Loading branch information
SmetDenis committed Nov 8, 2021
1 parent af4b2f3 commit 039bd24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Cli/CliMultiProcessTest.php
Expand Up @@ -50,7 +50,7 @@ public function testAsRealExecution()
"Started: 5\n{$expectecContent}\nFinished: 5",
], $outputAsArray);

isTrue($time < 5);
isTrue($time < 5, "Total time: {$time}");
}

public function testAsVirtalExecution()
Expand Down

0 comments on commit 039bd24

Please sign in to comment.