Skip to content

Commit f4c8b13

Browse files
committed
Themes: Update Tests_Template::test_taxonomy_template_hierarchy to account for new taxonomy template.
Follow-up to [60994]. See #35326. git-svn-id: https://develop.svn.wordpress.org/trunk@60998 602fd350-edb4-49c9-b593-d223f7449a82
1 parent a0b542a commit f4c8b13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/phpunit/tests/template.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ public function test_taxonomy_template_hierarchy() {
184184
array(
185185
'taxonomy-taxo-foo-😀.php',
186186
'taxonomy-taxo-foo-%f0%9f%98%80.php',
187+
"taxonomy-taxo-{$term->term_id}.php",
187188
'taxonomy-taxo.php',
188189
'taxonomy.php',
189190
'archive.php',

0 commit comments

Comments
 (0)