Changeset 54872 for trunk/tests/phpunit/tests/post.php
- Timestamp:
- 11/24/2022 10:09:39 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/post.php
r54090 r54872 286 286 } 287 287 288 require_once ABSPATH . ' /wp-admin/includes/post.php';288 require_once ABSPATH . 'wp-admin/includes/post.php'; 289 289 290 290 $post_id = self::factory()->post->create();
Note: See TracChangeset
for help on using the changeset viewer.