We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b73f199 commit 525ffe1Copy full SHA for 525ffe1
tests/phpunit/tests/admin/includesPost.php
@@ -1355,6 +1355,6 @@ public function test_no_title_supported_when_title_not_supported() {
1355
1356
$default_post = get_default_post_to_edit( 'no_title', true );
1357
$post = get_post( $default_post->ID );
1358
- $this->assertEmpty( $post->post_title );
+ $this->assertSame( '', $post->post_title, 'Expected post_title to be an empty string.' );
1359
}
1360
0 commit comments