Changeset 51869 for trunk/tests/phpunit/tests/multisite.php
- Timestamp:
- 09/25/2021 01:27:47 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/multisite.php
r51568 r51869 9 9 */ 10 10 class Tests_Multisite extends WP_UnitTestCase { 11 protected $suppress = false;12 13 function set_up() {14 global $wpdb;15 parent::set_up();16 $this->suppress = $wpdb->suppress_errors();17 }18 19 function tear_down() {20 global $wpdb;21 $wpdb->suppress_errors( $this->suppress );22 parent::tear_down();23 }24 11 25 12 function test_wpmu_log_new_registrations() {
Note: See TracChangeset
for help on using the changeset viewer.