Skip to content

Commit

Permalink
(revert) Introduce phpunit error
Browse files Browse the repository at this point in the history
  • Loading branch information
ockham committed Jul 7, 2021
1 parent b74da23 commit 8355f2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpunit/class-block-templates-test.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ function test_gutenberg_build_template_result_from_file() {

$this->assertEquals( get_stylesheet() . '//single', $template->id );
$this->assertEquals( get_stylesheet(), $template->theme );
$this->assertEquals( 'single', $template->slug );
$this->assertEquals( 'singleblergh', $template->slug );
$this->assertEquals( 'publish', $template->status );
$this->assertEquals( 'theme', $template->source );
$this->assertEquals( 'Single Post', $template->title );
Expand Down

0 comments on commit 8355f2d

Please sign in to comment.