Changeset 56543 for trunk/tests/phpunit/tests/user/query.php
- Timestamp:
- 09/07/2023 08:43:48 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/user/query.php
r56353 r56543 2254 2254 $this->expectDeprecation(); 2255 2255 $this->expectDeprecationMessage( 2256 'WP_User_Query::__get(): ' . 2256 2257 'The property `undefined_property` is not declared. Getting a dynamic property is ' . 2257 2258 'deprecated since version 6.4.0! Instead, declare the property on the class.' … … 2286 2287 $this->expectDeprecation(); 2287 2288 $this->expectDeprecationMessage( 2289 'WP_User_Query::__set(): ' . 2288 2290 'The property `undefined_property` is not declared. Setting a dynamic property is ' . 2289 2291 'deprecated since version 6.4.0! Instead, declare the property on the class.' … … 2322 2324 $this->expectDeprecation(); 2323 2325 $this->expectDeprecationMessage( 2326 'WP_User_Query::__isset(): ' . 2324 2327 'The property `undefined_property` is not declared. Checking `isset()` on a dynamic property ' . 2325 2328 'is deprecated since version 6.4.0! Instead, declare the property on the class.' … … 2353 2356 $this->expectDeprecation(); 2354 2357 $this->expectDeprecationMessage( 2358 'WP_User_Query::__unset(): ' . 2355 2359 'A property `undefined_property` is not declared. Unsetting a dynamic property is ' . 2356 2360 'deprecated since version 6.4.0! Instead, declare the property on the class.'
Note: See TracChangeset
for help on using the changeset viewer.