Changeset 54663 for trunk/tests/phpunit/wp-mail-real-test.php
- Timestamp:
- 10/21/2022 09:10:29 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/wp-mail-real-test.php
r47198 r54663 60 60 $original_wpdb = $GLOBALS['wpdb']; 61 61 62 // Hide warnings during testing, since that's the normal WP behavio ur.62 // Hide warnings during testing, since that's the normal WP behavior. 63 63 if ( ! WP_DEBUG ) { 64 64 error_reporting( E_ALL ^ E_NOTICE );
Note: See TracChangeset
for help on using the changeset viewer.