Changeset 50449 for trunk/tests/phpunit/tests/post/formats.php
- Timestamp:
- 02/27/2021 04:54:52 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/post/formats.php
r49354 r50449 5 5 */ 6 6 class Tests_Post_Formats extends WP_UnitTestCase { 7 function setUp() {8 parent::setUp();9 }10 11 7 function test_set_get_post_format_for_post() { 12 8 $post_id = self::factory()->post->create();
Note: See TracChangeset
for help on using the changeset viewer.