Skip to content

Commit

Permalink
Fix tests against PHPUnit 10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean85 committed Dec 11, 2023
1 parent 433cf37 commit 70fbddf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/Unit/Logs/TestHook/DeprecationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ protected function createEvent(): DeprecationTriggered
123,
false,
false,
false,
);
}

Expand Down
1 change: 1 addition & 0 deletions tests/Unit/Logs/TestHook/PhpDeprecationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ protected function createEvent(): PhpDeprecationTriggered
123,
false,
false,
false,
);
}

Expand Down

0 comments on commit 70fbddf

Please sign in to comment.