Changeset 35849 for trunk/tests/phpunit/tests/theme.php
- Timestamp:
- 12/10/2015 03:15:44 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/theme.php
r35738 r35849 273 273 $this->assertEquals(get_attachment_template(), get_query_template('attachment')); 274 274 275 // this one doesn't behave like the others276 if (get_query_template('comments-popup'))277 $this->assertEquals(get_comments_popup_template(), get_query_template('comments-popup'));278 else279 $this->assertEquals(get_comments_popup_template(), ABSPATH.'wp-includes/theme-compat/comments-popup.php');280 281 275 $this->assertEquals(get_tag_template(), get_query_template('tag')); 282 276
Note: See TracChangeset
for help on using the changeset viewer.