Changeset 57987 for trunk/tests/phpunit/tests/post/isPostStatusViewable.php
- Timestamp:
- 04/12/2024 05:45:23 PM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/post/isPostStatusViewable.php
r52010 r57987 49 49 public function data_custom_post_statuses() { 50 50 return array( 51 // 0. False for non-public ally queryable types.51 // 0. False for non-publicly queryable types. 52 52 array( 53 53 array( … … 58 58 false, 59 59 ), 60 // 1. True for public ally queryable types.60 // 1. True for publicly queryable types. 61 61 array( 62 62 array(
Note: See TracChangeset
for help on using the changeset viewer.