Skip to content

Commit

Permalink
Fix: Failing PHPUnit test (#36931)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamaduka authored and noisysocks committed Nov 29, 2021
1 parent 2976271 commit 06c9fae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phpunit/class-gutenberg-rest-template-controller-test.php
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ public function test_get_item_works_with_a_single_slash( $endpoint_url ) {
'type' => 'wp_template',
'wp_id' => null,
'has_theme_file' => true,
'is_custom' => false,
),
$data
);
Expand Down

0 comments on commit 06c9fae

Please sign in to comment.