publicfunctiontestMissingHeaderDoesNotThrowError() { $this->expectException(ExpectationFailedException::class); $this->expectExceptionMessage('Failed asserting that the Email has header "foo" with value "bar" (value is null).');
publicfunctiontestHtmlBodyExpectStringOrResourceOrNull() { $this->expectException(\TypeError::class); $this->expectExceptionMessage('The body must be a string, a resource or null (got "bool").');