Changeset 58211 for trunk/tests/phpunit/tests/post/wpPostType.php
- Timestamp:
- 05/27/2024 03:22:05 PM (20 months ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/post/wpPostType.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/post/wpPostType.php
r58201 r58211 370 370 /** 371 371 * @ticket 56922 372 * @ticket 41172 372 373 * 373 374 * @covers WP_Post_Type::get_autosave_rest_controller … … 412 413 'disable show_in_rest' => array( 413 414 false, 414 'attachment', 415 false, 416 null, 417 ), 418 'invalid post type' => array( 419 true, 420 'attachment', 415 'test_post_type', 421 416 false, 422 417 null,
Note: See TracChangeset
for help on using the changeset viewer.