Changeset 40544 for trunk/tests/phpunit/tests/db.php
- Timestamp:
- 04/23/2017 10:11:52 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/db.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/db.php
r40529 r40544 508 508 if ( count( $wpdb->get_results( 'SHOW CREATE PROCEDURE `test_mysqli_flush_sync_procedure`' ) ) < 1 ) { 509 509 $wpdb->suppress_errors( $suppress ); 510 $this-> markTestSkipped( 'procedure could not be created (missing privileges?)' );510 $this->fail( 'procedure could not be created (missing privileges?)' ); 511 511 } 512 512
Note: See TracChangeset
for help on using the changeset viewer.