Skip to content

Commit b61949e

Browse files
committed
Testing / enable the assertion to show the test failure
1 parent 4fd4a7e commit b61949e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/phpunit/tests/widgets.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ function test_widget_display_callback_handles_arrayobject() {
646646
var_dump($widget_content);
647647
unregister_widget( $widget );
648648

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

652652
/*

0 commit comments

Comments
 (0)