Swift Mailer 4 Test Suite - No AJAX
0/1
test cases complete:
0 passes,
0 fails and
1 exceptions.
Exception:
Invalid XML response: Notice: date_default_timezone_set(): Timezone ID 'Australia/ACT' is invalid in /home/share/framework/tool/Swift-5.0.3/test-suite/config.php on line 18
Swift_Transport_EsmtpTransportTest
testHostCanBeSetAndFetched
Equal expectation [String: foo]: Host should be returned at [/home/share/framework/tool/Swift-5.0.3/tests/unit/Swift/Transport/EsmtpTransportTest.php line 24]
testPortCanBeSetAndFetched
Equal expectation [Integer: 25]: Port should be returned at [/home/share/framework/tool/Swift-5.0.3/tests/unit/Swift/Transport/EsmtpTransportTest.php line 32]
testTimeoutCanBeSetAndFetched
Equal expectation [Integer: 10]: Timeout should be returned at [/home/share/framework/tool/Swift-5.0.3/tests/unit/Swift/Transport/EsmtpTransportTest.php line 42]
testEncryptionCanBeSetAndFetched
Equal expectation [String: tls]: Crypto should be returned at [/home/share/framework/tool/Swift-5.0.3/tests/unit/Swift/Transport/EsmtpTransportTest.php line 50]
testStartSendsHeloToInitiate
testStartSendsEhloToInitiate
testHeloIsUsedAsFallback
testInvalidHeloResponseCausesException
Expected false, got [Boolean: false]: SMTP should begin non-started at [/home/share/framework/tool/Swift-5.0.3/tests/unit/Swift/Transport/EsmtpTransportTest.php line 156]
Expected false, got [Boolean: false]: SMTP start() should have failed at [/home/share/framework/tool/Swift-5.0.3/tests/unit/Swift/Transport/EsmtpTransportTest.php line 160]
testDomainNameIsPlacedInEhlo
testDomainNameIsPlacedInHelo
testFluidInterface
[Object: of Swift_Transport_EsmtpTransport] and [Object: of Swift_Transport_EsmtpTransport] should reference the same object at [/home/share/framework/tool/Swift-5.0.3/tests/unit/Swift/Transport/EsmtpTransportTest.php line 233]
testRegisterPluginLoadsPluginInEventDispatcher
testSendingDispatchesBeforeSendEvent
Equal expectation [Integer: 1] at [/home/share/framework/tool/Swift-5.0.3/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php line 42]
testSendingDispatchesSendEvent
Equal expectation [Integer: 1] at [/home/share/framework/tool/Swift-5.0.3/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php line 63]
testSendEventCapturesFailures
Equal expectation [Integer: 0] at [/home/share/framework/tool/Swift-5.0.3/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php line 88]
testSendEventHasResultFailedIfAllFailures
Equal expectation [Integer: 0] at [/home/share/framework/tool/Swift-5.0.3/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php line 113]
testSendEventHasResultTentativeIfSomeFailures
Equal expectation [Integer: 1] at [/home/share/framework/tool/Swift-5.0.3/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php line 140]
testSendEventHasResultSuccessIfNoFailures
Equal expectation [Integer: 2] at [/home/share/framework/tool/Swift-5.0.3/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php line 163]
testCancellingEventBubbleBeforeSendStopsEvent
Equal expectation [Integer: 0] at [/home/share/framework/tool/Swift-5.0.3/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php line 185]
testStartingTransportDispatchesTransportChangeEvent
testStartingTransportDispatchesBeforeTransportChangeEvent
testCancellingBubbleBeforeTransportStartStopsEvent
Expected false, got [Boolean: false]: Transport should not be started since event bubble was cancelled at [/home/share/framework/tool/Swift-5.0.3/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php line 237]
testStoppingTransportDispatchesTransportChangeEvent
testStoppingTransportDispatchesBeforeTransportChangeEvent
testCancellingBubbleBeforeTransportStoppedStopsEvent
Expected true, got [Boolean: true]: Transport should not be stopped since event bubble was cancelled at [/home/share/framework/tool/Swift-5.0.3/tests/unit/Swift/Transport/AbstractSmtpEventSupportTest.php line 294]
testResponseEventsAreGenerated
testCommandEventsAreGenerated
testExceptionsCauseExceptionEvents
testExceptionBubblesCanBeCancelled
testStartAccepts220ServiceGreeting
Expected false, got [Boolean: false]: SMTP should begin non-started at [/home/share/framework/tool/Swift-5.0.3/tests/unit/Swift/Transport/AbstractSmtpTest.php line 36]
Expected true, got [Boolean: true]: start() should have started connection at [/home/share/framework/tool/Swift-5.0.3/tests/unit/Swift/Transport/AbstractSmtpTest.php line 38]
testBadGreetingCausesException
Expected false, got [Boolean: false]: SMTP should begin non-started at [/home/share/framework/tool/Swift-5.0.3/tests/unit/Swift/Transport/AbstractSmtpTest.php line 55]
Expected false, got [Boolean: false]: start() should have failed at [/home/share/framework/tool/Swift-5.0.3/tests/unit/Swift/Transport/AbstractSmtpTest.php line 59]
testSuccessfulMailCommand
testInvalidResponseCodeFromMailCausesException
testSenderIsPreferredOverFrom
testReturnPathIsPreferredOverSender
testSuccessfulRcptCommandWith250Response
testMailFromCommandIsOnlySentOncePerMessage
testMultipleRecipientsSendsMultipleRcpt
testCcRecipientsSendsMultipleRcpt
testSendReturnsNumberOfSuccessfulRecipients
Equal expectation [Integer: 2]: 1 of 3 recipients failed so 2 should be returned at [/home/share/framework/tool/Swift-5.0.3/tests/unit/Swift/Transport/AbstractSmtpTest.php line 453]
testRsetIsSentIfNoSuccessfulRecipients
Equal expectation [Integer: 0]: 1 of 1 recipients failed so 0 should be returned at [/home/share/framework/tool/Swift-5.0.3/tests/unit/Swift/Transport/AbstractSmtpTest.php line 489]
testSuccessfulDataCommand
testBadDataResponseCausesException
testMessageIsStreamedToBufferForData
testBadResponseAfterDataTransmissionCausesException
testBccRecipientsAreRemovedFromHeaders
testEachBccRecipientIsSentASeparateMessage
Equal expectation [Integer: 3] at [/home/share/framework/tool/Swift-5.0.3/tests/unit/Swift/Transport/AbstractSmtpTest.php line 704]
testMessageStateIsRestoredOnFailure
testStopSendsQuitCommand
Expected false, got [Boolean: false] at [/home/share/framework/tool/Swift-5.0.3/tests/unit/Swift/Transport/AbstractSmtpTest.php line 777]
Expected true, got [Boolean: true] at [/home/share/framework/tool/Swift-5.0.3/tests/unit/Swift/Transport/AbstractSmtpTest.php line 779]
Expected false, got [Boolean: false] at [/home/share/framework/tool/Swift-5.0.3/tests/unit/Swift/Transport/AbstractSmtpTest.php line 781]
testBufferCanBeFetched
[Object: of Yay_MockObjects_Swift_Transport_IoBuffer] and [Object: of Yay_MockObjects_Swift_Transport_IoBuffer] should reference the same object at [/home/share/framework/tool/Swift-5.0.3/tests/unit/Swift/Transport/AbstractSmtpTest.php line 789]
testBufferCanBeWrittenToUsingExecuteCommand
Equal expectation [String: 250 OK
] at [/home/share/framework/tool/Swift-5.0.3/tests/unit/Swift/Transport/AbstractSmtpTest.php line 804]
testResponseCodesAreValidated
testFailedRecipientsCanBeCollectedByReference
Equal expectation [Integer: 1] at [/home/share/framework/tool/Swift-5.0.3/tests/unit/Swift/Transport/AbstractSmtpTest.php line 871]
Equal expectation [Array: 2 items]: Failures should be caught in an array at [/home/share/framework/tool/Swift-5.0.3/tests/unit/Swift/Transport/AbstractSmtpTest.php line 873]
testSendingRegeneratesMessageId
in Swift_Transport_EsmtpTransportTest
1 test case(s) did not complete. This may be because invalid XML was output during the test run and/or because an error occured. Incomplete test cases are shown in yellow. Click the HTML link next to the test for more detail.