Skip to content

Commit 9f613ca

Browse files
minor #61390 run tests with PHPUnit 12.3 (xabbuh)
This PR was merged into the 7.4 branch. Discussion ---------- run tests with PHPUnit 12.3 | Q | A | ------------- | --- | Branch? | 7.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | | License | MIT The test updates reflect the following changes in PHPUnit 12.2 and 12.3: - a warning is emitted when a data provider provides data sets that have more values than the test method consuming the data set - the format in which data sets are displayed in test reports has changed affecting the modified test in the PhpUnitBridge (see sebastianbergmann/phpunit#6272) - errors triggered in the `tearDown()` method of skipped tests are no longer silence affecting the modified tests in the Form component where the `$defaultLocale` property is not initialised (see sebastianbergmann/phpunit#6281) Commits ------- cf7e41e1092 run tests with PHPUnit 12.3
2 parents d7cbab1 + 794b7a5 commit 9f613ca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Tests/Helper/TableTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1294,7 +1294,6 @@ public static function renderSetTitle()
12941294

12951295
TABLE
12961296
,
1297-
true,
12981297
],
12991298
'header contains multiple lines' => [
13001299
'Multiline'."\n".'header'."\n".'here',

0 commit comments

Comments
 (0)