Changeset 55756
- Timestamp:
- 05/14/2023 06:43:46 PM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/admin/wpPostsListTable.php
r54889 r55756 204 204 */ 205 205 protected function _test_list_hierarchical_page( array $args, array $expected_ids ) { 206 if ( PHP_VERSION_ID >= 80100 ) {207 /*208 * For the time being, ignoring PHP 8.1 "null to non-nullable" deprecations coming in209 * via hooked in filter functions until a more structural solution to the210 * "missing input validation" conundrum has been architected and implemented.211 */212 $this->expectDeprecation();213 $this->expectDeprecationMessageMatches( '`Passing null to parameter \#[0-9]+ \(\$[^\)]+\) of type [^ ]+ is deprecated`' );214 }215 216 206 $matches = array(); 217 207
Note: See TracChangeset
for help on using the changeset viewer.