Changeset 48996 for trunk/tests/phpunit/tests/db.php
- Timestamp:
- 09/18/2020 01:22:22 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/db.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/db.php
r48979 r48996 525 525 } 526 526 527 /**528 * @expectedException WPDieException529 */530 527 function test_bail() { 531 528 global $wpdb; 529 530 $this->expectException( 'WPDieException' ); 532 531 $wpdb->bail( 'Database is dead.' ); 533 532 }
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)