File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -192,9 +192,9 @@ public function test_build_block_template_result_from_file_template_part() {
192192 public function test_build_block_template_result_from_file_template_use_custom_properties () {
193193 $ template = _build_block_template_result_from_file (
194194 array (
195- 'slug ' => 'custom ' ,
196- 'title ' => 'Custom Title ' ,
197- 'path ' => DIR_TESTDATA . '/templates/template.html ' ,
195+ 'slug ' => 'custom ' ,
196+ 'title ' => 'Custom Title ' ,
197+ 'path ' => DIR_TESTDATA . '/templates/template.html ' ,
198198 ),
199199 'wp_template '
200200 );
@@ -212,9 +212,9 @@ public function test_build_block_template_result_from_file_template_use_custom_p
212212 public function test_build_block_template_result_from_file_template_enforce_default_properties () {
213213 $ template = _build_block_template_result_from_file (
214214 array (
215- 'slug ' => 'single ' ,
216- 'title ' => 'Custom title ' ,
217- 'path ' => DIR_TESTDATA . '/templates/template.html ' ,
215+ 'slug ' => 'single ' ,
216+ 'title ' => 'Custom title ' ,
217+ 'path ' => DIR_TESTDATA . '/templates/template.html ' ,
218218 ),
219219 'wp_template '
220220 );
You can’t perform that action at this time.
0 commit comments