Changeset 35849
- Timestamp:
- 12/10/2015 03:15:44 AM (9 years ago)
- Location:
- trunk/tests/phpunit
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/testcase.php
r35350 r35849 538 538 'is_category', 539 539 'is_comment_feed', 540 'is_comments_popup',541 540 'is_date', 542 541 'is_day', -
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.