We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45f31d7 commit e788129Copy full SHA for e788129
2 files changed
…-templates/template-header-short-tag.php …ormatting/file-header-short-open-tag.phptests/phpunit/data/themedir1/page-templates/template-header-short-tag.php renamed to tests/phpunit/data/formatting/file-header-short-open-tag.php
tests/phpunit/tests/file.php
@@ -115,7 +115,7 @@ public function test_get_file_data_with_single_line_php_open_tag() {
115
*/
116
public function test_get_file_data_with_single_line_short_open_tag() {
117
$headers = array( 'TemplateName' => 'Template Name' );
118
- $actual = get_file_data( DIR_TESTDATA . '/themedir1/page-templates/template-header-short-tag.php', $headers );
+ $actual = get_file_data( DIR_TESTDATA . '/formatting/file-header-short-open-tag.php', $headers );
119
$this->assertSame( 'Short Tag Template', $actual['TemplateName'] );
120
}
121
0 commit comments