mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Tests: Use consistent trailing punctuation in fail() messages.
See #51344. git-svn-id: https://develop.svn.wordpress.org/trunk@49033 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -730,7 +730,7 @@ class Tests_DB extends WP_UnitTestCase {
|
||||
|
||||
if ( count( $wpdb->get_results( 'SHOW CREATE PROCEDURE `test_mysqli_flush_sync_procedure`' ) ) < 1 ) {
|
||||
$wpdb->suppress_errors( $suppress );
|
||||
$this->fail( 'procedure could not be created (missing privileges?)' );
|
||||
$this->fail( 'Procedure could not be created (missing privileges?)' );
|
||||
}
|
||||
|
||||
$post_id = self::factory()->post->create();
|
||||
|
||||
Reference in New Issue
Block a user