Skip to content

Commit

Permalink
Fix spacing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
gziolo committed Oct 4, 2023
1 parent 46b4faa commit 83919a5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/phpunit/tests/block-template-utils.php
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,9 @@ public function test_build_block_template_result_from_file_template_part() {
public function test_build_block_template_result_from_file_template_use_custom_properties() {
$template = _build_block_template_result_from_file(
array(
'slug' => 'custom',
'title' => 'Custom Title',
'path' => DIR_TESTDATA . '/templates/template.html',
'slug' => 'custom',
'title' => 'Custom Title',
'path' => DIR_TESTDATA . '/templates/template.html',
),
'wp_template'
);
Expand All @@ -212,9 +212,9 @@ public function test_build_block_template_result_from_file_template_use_custom_p
public function test_build_block_template_result_from_file_template_enforce_default_properties() {
$template = _build_block_template_result_from_file(
array(
'slug' => 'single',
'title' => 'Custom title',
'path' => DIR_TESTDATA . '/templates/template.html',
'slug' => 'single',
'title' => 'Custom title',
'path' => DIR_TESTDATA . '/templates/template.html',
),
'wp_template'
);
Expand Down

0 comments on commit 83919a5

Please sign in to comment.