Changeset 58201 for trunk/tests/phpunit/tests/post/wpPostType.php
- Timestamp:
- 05/27/2024 09:04:10 AM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/post/wpPostType.php
r56819 r58201 25 25 $this->assertSameSets( 26 26 array( 27 'title' => true, 28 'editor' => true, 27 'title' => true, 28 'editor' => true, 29 'autosave' => true, 29 30 ), 30 31 $post_type_supports … … 57 58 'comments' => true, 58 59 'revisions' => true, 60 'autosave' => true, 59 61 ), 60 62 $post_type_supports
Note: See TracChangeset
for help on using the changeset viewer.