Changeset 49305 for trunk/tests/phpunit/tests/post/wpPublishPosts.php
- Timestamp:
- 10/25/2020 12:31:12 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/post/wpPublishPosts.php
r49000 r49305 45 45 * Ensure wp_publish_post adds default category. 46 46 * 47 * @covers wp_publish_post47 * @covers ::wp_publish_post 48 48 * @ticket 51292 49 49 */ … … 65 65 * Ensure wp_publish_post adds default category when tagged. 66 66 * 67 * @covers wp_publish_post67 * @covers ::wp_publish_post 68 68 * @ticket 51292 69 69 */ … … 86 86 * Ensure wp_publish_post does not add default term in error. 87 87 * 88 * @covers wp_publish_post88 * @covers ::wp_publish_post 89 89 * @ticket 51292 90 90 */ … … 121 121 * Ensure wp_publish_post adds default term. 122 122 * 123 * @covers wp_publish_post123 * @covers ::wp_publish_post 124 124 * @ticket 51292 125 125 */
Note: See TracChangeset
for help on using the changeset viewer.