Changeset 56542 for trunk/tests/phpunit/tests/admin/wpListTable.php
- Timestamp:
- 09/07/2023 08:39:07 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/admin/wpListTable.php
r56356 r56542 390 390 $this->expectDeprecation(); 391 391 $this->expectDeprecationMessage( 392 'WP_List_Table::__get(): ' . 392 393 'The property `undeclared_property` is not declared. Getting a dynamic property is ' . 393 394 'deprecated since version 6.4.0! Instead, declare the property on the class.' … … 419 420 $this->expectDeprecation(); 420 421 $this->expectDeprecationMessage( 422 'WP_List_Table::__set(): ' . 421 423 'The property `undeclared_property` is not declared. Setting a dynamic property is ' . 422 424 'deprecated since version 6.4.0! Instead, declare the property on the class.' … … 451 453 $this->expectDeprecation(); 452 454 $this->expectDeprecationMessage( 455 'WP_List_Table::__isset(): ' . 453 456 'The property `undeclared_property` is not declared. Checking `isset()` on a dynamic property ' . 454 457 'is deprecated since version 6.4.0! Instead, declare the property on the class.' … … 478 481 $this->expectDeprecation(); 479 482 $this->expectDeprecationMessage( 483 'WP_List_Table::__unset(): ' . 480 484 'A property `undeclared_property` is not declared. Unsetting a dynamic property is ' . 481 485 'deprecated since version 6.4.0! Instead, declare the property on the class.'
Note: See TracChangeset
for help on using the changeset viewer.