Skip to content

Commit

Permalink
Testing / enable the assertion to show the test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl committed Jun 4, 2021
1 parent 4fd4a7e commit b61949e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/phpunit/tests/widgets.php
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ function test_widget_display_callback_handles_arrayobject() {
var_dump($widget_content);
unregister_widget( $widget );

// $this->assertContains( 'Test Title', $actual );
$this->assertContains( 'Test Title', $widget_content );
}

/*
Expand Down

0 comments on commit b61949e

Please sign in to comment.