Skip to content

Commit

Permalink
Update OtherUtilsTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
rotexdegba authored Mar 13, 2024
1 parent 5c2f892 commit 7abaded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/OtherUtilsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function testThatGetWorksAsExpected() {

public function testThatGetThrowableAsStrWorksAsExpected() {

$throwableAssertingLooper = function (\Throwable $e, string $eol=PHP_EOL, $output): void {
$throwableAssertingLooper = function (\Throwable $e, string $eol, $output): void {

$previous_throwable = $e;
$eol = PHP_EOL;
Expand Down

0 comments on commit 7abaded

Please sign in to comment.