\PHPMailer\Test\POP3PopBeforeSmtpTest

Test Pop before Smtp functionality.

Summary

Methods
Properties
Constants
set_up_before_class()
testPopBeforeSmtpGood()
testPopBeforeSmtpBad()
No public properties found
No constants found
set_up()
tear_down()
$pids
N/A
No private methods found
No private properties found
N/A

Properties

$pids

$pids : array

PIDs of any processes we need to kill.

Type

array

Methods

set_up_before_class()

set_up_before_class() : mixed

Run before each test class.

Returns

mixed —

testPopBeforeSmtpGood()

testPopBeforeSmtpGood() : mixed

Use a fake POP3 server to test POP-before-SMTP auth with a known-good login.

Returns

mixed —

testPopBeforeSmtpBad()

testPopBeforeSmtpBad() : mixed

Use a fake POP3 server to test POP-before-SMTP auth with a known-bad login.

Returns

mixed —

set_up()

set_up() : mixed

Run before each test is started.

Returns

mixed —

tear_down()

tear_down() : mixed

Run after each test is completed.

Returns

mixed —