Sergey Biryukov
ee9fd97241
Tests: Use correct post_author
value in WP_Test_REST_Attachments_Controller
.
...
The `$editor_id` property is declared as static, so can only be approached as static, even when used within the same class in which the property is declared.
Using non-static access will result in `null`. See: https://3v4l.org/93HQL
This PHP notice was hidden so far, due to the existence of magic methods in the `WP_UnitTestCase_Base` class.
All the same, the magic methods as they were, would also return `null` for this property. All in all, the attachment being created for this test would never get the correct `post_author`.
Fixed by using static access to approach the static property.
This bug was discovered while fixing (removing) the magic methods in the `WP_UnitTestCase_Base` class in an effort to improve compatibility with PHP 8.2.
Follow-up to [38832].
Props jrf, costdev, johnbillion.
See #55652 .
Built from https://develop.svn.wordpress.org/trunk@54041
git-svn-id: http://core.svn.wordpress.org/trunk@53600 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2022-08-31 16:17:13 +00:00
..
2022-08-23 15:42:33 +00:00
2022-04-12 09:26:16 +00:00
2022-06-23 23:09:09 +00:00
2022-08-23 15:42:33 +00:00
2021-10-03 17:51:06 +00:00
2022-08-23 15:42:33 +00:00
2022-06-01 18:14:10 +00:00
2021-11-26 03:06:03 +00:00
2021-11-16 00:04:01 +00:00
2022-08-23 15:42:33 +00:00
2022-04-06 15:20:06 +00:00
2022-08-22 12:26:12 +00:00
2022-08-30 13:57:15 +00:00
2022-02-16 21:19:04 +00:00
2021-12-06 21:30:03 +00:00
2022-08-11 18:24:09 +00:00
2021-12-20 19:33:00 +00:00
2022-08-05 05:49:11 +00:00
2022-03-24 15:20:08 +00:00
2022-03-22 16:25:03 +00:00
2022-03-22 16:25:03 +00:00
2022-07-01 20:01:15 +00:00
2022-08-13 22:44:09 +00:00
2022-04-21 11:24:17 +00:00
2022-06-14 14:43:12 +00:00
2022-05-20 11:42:19 +00:00
2021-08-11 09:08:01 +00:00
2022-08-25 15:42:10 +00:00
2022-08-23 14:52:12 +00:00
2022-07-20 13:21:08 +00:00
2022-08-13 22:38:09 +00:00
2022-06-23 22:57:12 +00:00
2022-08-30 15:17:08 +00:00
2022-07-23 14:58:12 +00:00
2022-07-23 14:58:12 +00:00
2022-04-01 03:25:01 +00:00
2022-05-23 15:01:12 +00:00
2022-08-19 23:06:09 +00:00
2022-08-04 14:52:11 +00:00
2022-06-17 11:20:13 +00:00
2022-08-31 13:41:08 +00:00
2022-06-17 11:20:13 +00:00
2021-12-06 21:30:03 +00:00
2021-12-24 18:06:06 +00:00
2022-01-30 19:25:03 +00:00
2022-01-30 19:25:03 +00:00
2022-01-30 19:25:03 +00:00
2022-01-30 19:25:03 +00:00
2022-05-01 22:01:10 +00:00
2022-01-30 19:25:03 +00:00
2021-11-15 03:43:59 +00:00
2022-07-06 11:55:11 +00:00
2022-03-17 03:37:05 +00:00
2021-08-03 11:12:55 +00:00
2022-05-17 14:38:14 +00:00
2022-05-23 20:40:14 +00:00
2022-08-13 22:38:09 +00:00
2022-08-11 14:11:08 +00:00
2021-12-21 00:28:00 +00:00
2021-06-15 15:22:58 +00:00
2022-08-11 14:03:09 +00:00
2022-07-26 13:00:16 +00:00
2022-08-04 14:52:11 +00:00
2022-08-11 14:11:08 +00:00
2022-07-25 19:30:09 +00:00
2022-05-02 13:13:08 +00:00
2022-08-11 14:03:09 +00:00
2021-12-11 19:50:59 +00:00
2022-04-24 00:28:08 +00:00
2022-04-25 13:29:09 +00:00
2022-07-30 14:01:13 +00:00
2022-04-28 09:46:21 +00:00
2022-04-26 10:00:09 +00:00
2022-04-28 09:46:21 +00:00
2022-08-28 19:51:09 +00:00
2021-12-01 13:22:01 +00:00
2021-09-22 21:23:00 +00:00
2022-03-20 16:24:03 +00:00
2022-01-18 20:29:06 +00:00
2021-10-01 15:00:58 +00:00
2021-12-01 12:17:00 +00:00
2021-12-06 21:30:03 +00:00
2021-12-06 21:30:03 +00:00
2022-06-06 10:51:12 +00:00
2022-08-04 14:52:11 +00:00
2022-06-21 11:18:17 +00:00
2022-06-21 11:18:17 +00:00
2022-07-21 18:03:13 +00:00
2022-01-30 19:25:03 +00:00
2022-08-11 12:39:12 +00:00
2022-03-18 21:18:03 +00:00
2022-08-17 14:00:13 +00:00
2022-05-10 11:21:09 +00:00
2022-05-15 20:32:08 +00:00
2022-08-03 14:36:12 +00:00
2021-06-15 10:24:57 +00:00
2022-07-21 04:25:13 +00:00
2022-04-29 19:17:11 +00:00
2022-04-13 03:04:10 +00:00
2022-05-21 12:07:13 +00:00
2022-08-25 04:23:13 +00:00
2022-04-29 19:17:11 +00:00
2022-04-04 18:26:06 +00:00
2022-04-29 19:17:11 +00:00
2022-01-30 19:25:03 +00:00
2022-05-23 15:01:12 +00:00
2022-08-29 13:19:12 +00:00
2022-02-04 16:28:00 +00:00
2022-06-14 16:17:08 +00:00
2022-08-18 11:28:12 +00:00
2022-04-13 03:04:10 +00:00
2022-06-14 16:17:08 +00:00
2022-02-04 16:28:00 +00:00
2022-08-11 12:39:12 +00:00
2022-04-28 09:59:13 +00:00
2021-12-02 20:45:01 +00:00
2022-04-28 09:59:13 +00:00
2022-08-23 17:48:15 +00:00
2022-07-05 09:28:13 +00:00
2022-03-07 13:07:03 +00:00
2022-05-01 21:47:10 +00:00
2021-06-23 01:34:58 +00:00
2021-11-16 01:43:00 +00:00
2022-08-11 15:00:08 +00:00
2022-04-20 12:47:11 +00:00
2022-08-22 15:39:13 +00:00
2022-04-26 14:28:08 +00:00
2022-05-08 23:59:11 +00:00
2022-04-26 14:59:08 +00:00
2022-08-12 12:11:09 +00:00
2022-08-26 01:03:14 +00:00
2022-05-08 00:29:14 +00:00
2022-08-11 14:11:08 +00:00
2022-06-17 11:20:13 +00:00
2022-03-18 20:48:02 +00:00
2022-08-05 18:26:08 +00:00
2022-08-11 12:39:12 +00:00
2022-06-17 11:20:13 +00:00
2022-08-19 22:06:09 +00:00
2022-04-29 19:17:11 +00:00
2021-11-29 09:52:00 +00:00
2022-06-20 21:46:16 +00:00
2022-07-25 17:28:09 +00:00
2022-08-26 18:59:13 +00:00
2022-04-04 18:26:06 +00:00
2021-11-19 15:14:00 +00:00
2022-08-18 08:45:12 +00:00
2022-02-17 16:18:03 +00:00
2022-07-23 16:57:09 +00:00
2022-08-11 14:11:08 +00:00
2022-03-31 03:54:02 +00:00
2022-08-11 12:39:12 +00:00
2022-08-19 19:48:15 +00:00
2022-08-20 00:32:10 +00:00
2022-07-25 18:11:08 +00:00
2022-08-04 14:52:11 +00:00
2022-08-11 14:03:09 +00:00
2022-08-11 14:11:08 +00:00
2022-07-14 13:35:13 +00:00
2022-03-29 12:42:13 +00:00
2022-06-02 15:05:13 +00:00
2021-07-06 20:21:57 +00:00
2022-04-25 09:25:09 +00:00
2022-05-13 12:21:13 +00:00
2022-08-26 01:03:14 +00:00
2022-08-26 01:03:14 +00:00
2022-02-07 14:01:05 +00:00
2022-06-15 13:37:10 +00:00
2022-08-20 00:27:12 +00:00
2022-08-16 18:18:14 +00:00
2022-08-01 11:15:14 +00:00
2022-08-30 15:15:09 +00:00
2022-03-15 15:22:05 +00:00
2022-08-26 01:03:14 +00:00
2022-06-21 13:34:13 +00:00
2022-08-11 14:03:09 +00:00
2022-08-11 14:03:09 +00:00
2022-08-07 23:05:10 +00:00
2022-04-06 15:33:03 +00:00
2022-03-22 16:25:03 +00:00
2022-08-30 01:04:12 +00:00
2022-06-28 20:37:15 +00:00
2022-08-26 01:03:14 +00:00
2021-12-10 20:30:05 +00:00
2022-06-23 18:59:09 +00:00
2022-03-31 10:53:04 +00:00
2022-05-02 13:13:08 +00:00
2022-04-11 11:55:00 +00:00
2022-08-05 13:39:11 +00:00
2022-08-23 17:48:15 +00:00
2022-08-11 14:03:09 +00:00
2022-04-27 13:47:11 +00:00
2022-08-31 16:17:13 +00:00
2022-06-01 18:14:10 +00:00
2022-07-21 22:45:11 +00:00