Changeset 43571 for trunk/tests/phpunit/tests/general/document-title.php
- Timestamp:
- 08/17/2018 01:50:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/general/document-title.php
r42343 r43571 91 91 update_option( 'show_on_front', 'page' ); 92 92 update_option( 93 'page_on_front', $this->factory->post->create( 93 'page_on_front', 94 $this->factory->post->create( 94 95 array( 95 96 'post_title' => 'front-page', … … 185 186 function test_post_type_archive_title() { 186 187 register_post_type( 187 'cpt', array( 188 'cpt', 189 array( 188 190 'public' => true, 189 191 'has_archive' => true,
Note: See TracChangeset
for help on using the changeset viewer.