Changeset 49033 for trunk/tests/phpunit/tests/db.php
- Timestamp:
- 09/22/2020 12:32:39 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/db.php
r49027 r49033 731 731 if ( count( $wpdb->get_results( 'SHOW CREATE PROCEDURE `test_mysqli_flush_sync_procedure`' ) ) < 1 ) { 732 732 $wpdb->suppress_errors( $suppress ); 733 $this->fail( ' procedure could not be created (missing privileges?)' );733 $this->fail( 'Procedure could not be created (missing privileges?)' ); 734 734 } 735 735
Note: See TracChangeset
for help on using the changeset viewer.