File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
src/mantle/testing/doubles Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## v0.12.14 - 2025-03-04
9+
10+ ### Fixed
11+
12+ - Ensure that ` PHPMailer\PHPMailer\Exception ` is properly loaded during unit tests
13+ when installing WordPress.
14+
815## v0.12.13 - 2024-05-07
916
1017### Fixed
Original file line number Diff line number Diff line change 99}
1010
1111require_once ABSPATH . '/wp-includes/PHPMailer/PHPMailer.php ' ;
12+ require_once ABSPATH . '/wp-includes/PHPMailer/Exception.php ' ;
1213
1314class MockPHPMailer extends \PHPMailer \PHPMailer \PHPMailer {
1415 var $ mock_sent = array ();
You can’t perform that action at this time.
0 commit comments