Changeset 52389 for trunk/tests/phpunit/tests/rewrite/numericSlugs.php
- Timestamp:
- 12/19/2021 01:42:37 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rewrite/numericSlugs.php
r51568 r52389 24 24 'post_author' => $this->author_id, 25 25 'post_status' => 'publish', 26 'post_content' => rand_str(),26 'post_content' => 'content', 27 27 'post_title' => '', 28 28 'post_name' => '2015', … … 54 54 'post_author' => $this->author_id, 55 55 'post_status' => 'publish', 56 'post_content' => rand_str(),56 'post_content' => 'content', 57 57 'post_title' => '', 58 58 'post_name' => '2015', … … 81 81 'post_author' => $this->author_id, 82 82 'post_status' => 'publish', 83 'post_content' => rand_str(),83 'post_content' => 'content', 84 84 'post_title' => '2015', 85 85 'post_date' => '2015-02-01 01:00:00', … … 99 99 'post_author' => $this->author_id, 100 100 'post_status' => 'publish', 101 'post_content' => rand_str(),101 'post_content' => 'content', 102 102 'post_title' => '2015', 103 103 'post_date' => '2015-02-01 01:00:00', … … 115 115 'post_author' => $this->author_id, 116 116 'post_status' => 'publish', 117 'post_content' => rand_str(),117 'post_content' => 'content', 118 118 'post_title' => '', 119 119 'post_name' => '02', … … 134 134 'post_author' => $this->author_id, 135 135 'post_status' => 'publish', 136 'post_content' => rand_str(),136 'post_content' => 'content', 137 137 'post_title' => '', 138 138 'post_name' => '02', … … 151 151 'post_author' => $this->author_id, 152 152 'post_status' => 'publish', 153 'post_content' => rand_str(),153 'post_content' => 'content', 154 154 'post_title' => '', 155 155 'post_name' => '2', … … 170 170 'post_author' => $this->author_id, 171 171 'post_status' => 'publish', 172 'post_content' => rand_str(),172 'post_content' => 'content', 173 173 'post_title' => '', 174 174 'post_name' => '2', … … 187 187 'post_author' => $this->author_id, 188 188 'post_status' => 'publish', 189 'post_content' => rand_str(),189 'post_content' => 'content', 190 190 'post_title' => '02', 191 191 'post_date' => '2015-02-01 01:00:00', … … 205 205 'post_author' => $this->author_id, 206 206 'post_status' => 'publish', 207 'post_content' => rand_str(),207 'post_content' => 'content', 208 208 'post_title' => '02', 209 209 'post_date' => '2015-02-01 01:00:00', … … 221 221 'post_author' => $this->author_id, 222 222 'post_status' => 'publish', 223 'post_content' => rand_str(),223 'post_content' => 'content', 224 224 'post_title' => '2', 225 225 'post_date' => '2015-02-01 01:00:00', … … 239 239 'post_author' => $this->author_id, 240 240 'post_status' => 'publish', 241 'post_content' => rand_str(),241 'post_content' => 'content', 242 242 'post_title' => '2', 243 243 'post_date' => '2015-02-01 01:00:00', … … 255 255 'post_author' => $this->author_id, 256 256 'post_status' => 'publish', 257 'post_content' => rand_str(),257 'post_content' => 'content', 258 258 'post_title' => '', 259 259 'post_name' => '01', … … 274 274 'post_author' => $this->author_id, 275 275 'post_status' => 'publish', 276 'post_content' => rand_str(),276 'post_content' => 'content', 277 277 'post_title' => '', 278 278 'post_name' => '01', … … 291 291 'post_author' => $this->author_id, 292 292 'post_status' => 'publish', 293 'post_content' => rand_str(),293 'post_content' => 'content', 294 294 'post_title' => '01', 295 295 'post_date' => '2015-02-01 01:00:00', … … 309 309 'post_author' => $this->author_id, 310 310 'post_status' => 'publish', 311 'post_content' => rand_str(),311 'post_content' => 'content', 312 312 'post_title' => '01', 313 313 'post_date' => '2015-02-01 01:00:00', … … 325 325 'post_author' => $this->author_id, 326 326 'post_status' => 'publish', 327 'post_content' => rand_str(),327 'post_content' => 'content', 328 328 'post_title' => '01', 329 329 'post_date' => '2015-02-01 01:00:00',
Note: See TracChangeset
for help on using the changeset viewer.