Changeset 47198 for trunk/tests/phpunit/includes/mock-mailer.php
- Timestamp:
- 02/06/2020 06:31:22 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/mock-mailer.php
r46586 r47198 1 1 <?php 2 require_once ( ABSPATH . '/wp-includes/class-phpmailer.php' );2 require_once ABSPATH . '/wp-includes/class-phpmailer.php'; 3 3 4 4 class MockPHPMailer extends PHPMailer {
Note: See TracChangeset
for help on using the changeset viewer.