Changeset 38417 for trunk/tests/phpunit/tests/admin/includesPost.php
- Timestamp:
- 08/28/2016 12:52:23 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/admin/includesPost.php
r38398 r38417 463 463 */ 464 464 public function test_get_sample_permalink_should_allow_daylike_slugs_if_permastruct_does_not_cause_an_archive_conflict() { 465 $this->set_permalink_structure( '/%year%/%month %/%day%/%postname%/' );465 $this->set_permalink_structure( '/%year%/%monthnum%/%day%/%postname%/' ); 466 466 467 467 $p = self::factory()->post->create( array(
Note: See TracChangeset
for help on using the changeset viewer.