Changeset 48121 for trunk/tests/phpunit/tests/post/wpUniquePostSlug.php
- Timestamp:
- 06/22/2020 05:24:34 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/post/wpUniquePostSlug.php
r47122 r48121 129 129 130 130 /** 131 * @dataProvider whitelist_post_statuses132 */ 133 public function test_ whitelisted_post_statuses_should_not_be_forced_to_be_unique( $status ) {131 * @dataProvider allowed_post_statuses 132 */ 133 public function test_allowed_post_statuses_should_not_be_forced_to_be_unique( $status ) { 134 134 $p1 = self::factory()->post->create( 135 135 array( … … 150 150 } 151 151 152 public function whitelist_post_statuses() {152 public function allowed_post_statuses() { 153 153 return array( 154 154 array( 'draft' ),
Note: See TracChangeset
for help on using the changeset viewer.