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 committed Nov 28, 2021
1 parent 4332a5e commit d4a3d02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phpunit/class-gutenberg-rest-template-controller-test.php
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 d4a3d02

Please sign in to comment.