Changeset 11734 for trunk/tests/phpunit/includes/testcase.php
- Timestamp:
- 11/03/2017 07:30:37 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/testcase.php
r11256 r11734 31 31 add_filter( 'wp_mail', array( 'BP_UnitTestCase', 'setUp_wp_mail' ) ); 32 32 add_filter( 'wp_mail_from', array( 'BP_UnitTestCase', 'tearDown_wp_mail' ) ); 33 34 parent::setUpBeforeClass(); 33 35 } 34 36
Note: See TracChangeset
for help on using the changeset viewer.