Changeset 55562 for trunk/tests/phpunit/tests/post/wpUniquePostSlug.php
- Timestamp:
- 03/19/2023 12:03:30 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/post/wpUniquePostSlug.php
r52010 r55562 129 129 130 130 /** 131 * @dataProvider allowed_post_statuses131 * @dataProvider data_allowed_post_statuses_should_not_be_forced_to_be_unique 132 132 */ 133 133 public function test_allowed_post_statuses_should_not_be_forced_to_be_unique( $status ) { … … 150 150 } 151 151 152 public function allowed_post_statuses() {152 public function data_allowed_post_statuses_should_not_be_forced_to_be_unique() { 153 153 return array( 154 154 array( 'draft' ),
Note: See TracChangeset
for help on using the changeset viewer.