mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-12 00:24:34 +00:00
Comments: Commit tests missed in [35848].
See #28617 git-svn-id: https://develop.svn.wordpress.org/trunk@35849 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -272,12 +272,6 @@ class Tests_Theme extends WP_UnitTestCase {
|
||||
$this->assertEquals(get_single_template(), get_query_template('single'));
|
||||
$this->assertEquals(get_attachment_template(), get_query_template('attachment'));
|
||||
|
||||
// this one doesn't behave like the others
|
||||
if (get_query_template('comments-popup'))
|
||||
$this->assertEquals(get_comments_popup_template(), get_query_template('comments-popup'));
|
||||
else
|
||||
$this->assertEquals(get_comments_popup_template(), ABSPATH.'wp-includes/theme-compat/comments-popup.php');
|
||||
|
||||
$this->assertEquals(get_tag_template(), get_query_template('tag'));
|
||||
|
||||
// nb: this probably doesn't run because WP_INSTALLING is defined
|
||||
|
||||
Reference in New Issue
Block a user