mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-04 17:20:07 +00:00
Build/Test Tools: Remove more unnecessary test skipping when erroneous situations occur.
See #40533 git-svn-id: https://develop.svn.wordpress.org/trunk@40544 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -507,7 +507,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->markTestSkipped( '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