Changeset 51404 for trunk/tests/phpunit/tests/theme/themeDir.php
- Timestamp:
- 07/12/2021 10:35:44 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/theme/themeDir.php
r51403 r51404 209 209 210 210 $templates = $theme['Template Files']; 211 $this->assert True( in_array( $this->theme_root . '/page-templates/template-top-level.php', $templates, true ));211 $this->assertContains( $this->theme_root . '/page-templates/template-top-level.php', $templates ); 212 212 } 213 213
Note: See TracChangeset
for help on using the changeset viewer.