mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
Docs: Put "it's" in its place (again).
Props kitchin. Fixes #33894. git-svn-id: https://develop.svn.wordpress.org/trunk@34234 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -52,7 +52,7 @@ class Tests_Canonical extends WP_Canonical_UnitTestCase {
|
||||
* [2]: (optional) The ticket the test refers to, Can be skipped if unknown.
|
||||
*/
|
||||
|
||||
// Please Note: A few test cases are commented out below, Look at the test case following it, in most cases it's simple showing 2 options for the "proper" redirect.
|
||||
// Please Note: A few test cases are commented out below, Look at the test case following it, in most cases it's simply showing 2 options for the "proper" redirect.
|
||||
return array(
|
||||
// Categories
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ class Tests_Mail extends WP_UnitTestCase {
|
||||
/**
|
||||
* Send a mail with a 1000 char long line.
|
||||
*
|
||||
* `PHPMailer::createBody()` will set `$this->Encoding = 'quoted-printable'` (away from it's default of 8bit)
|
||||
* `PHPMailer::createBody()` will set `$this->Encoding = 'quoted-printable'` (away from its default of 8bit)
|
||||
* when it encounters a line longer than 999 characters. But PHPMailer doesn't clean up after itself / presets
|
||||
* all variables, which means that following tests would fail. To solve this issue we set `$this->Encoding`
|
||||
* back to 8bit in `MockPHPMailer::preSend`.
|
||||
|
||||
Reference in New Issue
Block a user