Skip to content

Commit

Permalink
Fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean85 committed Feb 2, 2024
1 parent d1d9ca9 commit d204f53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/Functional/Logs/LogParserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public static function genericStubFilenameProvider(): array
'RaisingNoticeTestStub' => [
'RaisingNoticeTestStub.php',
10,
'FFFF',
'FFEF',
],
'SegFaultTestStub' => [
'SegFaultTestStub.php',
Expand Down
4 changes: 2 additions & 2 deletions tests/Functional/Runner/ChunkFileTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ public function testChunkedAllStubsSuite(): void
'Warnings output:',
'Deprecations output:',
'3 chunks with ABNORMAL TERMINATIONS (FATAL ERRORS, SEGFAULTS):',
'7 chunks with ERRORS:',
'4 chunks with FAILURES:',
'8 chunks with ERRORS:',
'3 chunks with FAILURES:',
'2 chunks with WARNINGS:',
'1 chunks with DEPRECATIONS:',
'5 chunks with RETRIED:',
Expand Down

0 comments on commit d204f53

Please sign in to comment.