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_SendmailTransportTest
testCommandCanBeSetAndFetched
Equal expectation [String: /usr/sbin/sendmail -bs] at [/home/share/framework/tool/Swift-5.0.3/tests/unit/Swift/Transport/SendmailTransportTest.php line 38]
Equal expectation [String: /usr/sbin/sendmail -oi -t] at [/home/share/framework/tool/Swift-5.0.3/tests/unit/Swift/Transport/SendmailTransportTest.php line 40]
testSendingMessageIn_t_ModeUsesSimplePipe
Equal expectation [Integer: 2] at [/home/share/framework/tool/Swift-5.0.3/tests/unit/Swift/Transport/SendmailTransportTest.php line 61]
testSendingIn_t_ModeWith_i_FlagDoesntEscapeDot
Equal expectation [Integer: 2] at [/home/share/framework/tool/Swift-5.0.3/tests/unit/Swift/Transport/SendmailTransportTest.php line 82]
testSendingInTModeWith_oi_FlagDoesntEscapeDot
Equal expectation [Integer: 2] at [/home/share/framework/tool/Swift-5.0.3/tests/unit/Swift/Transport/SendmailTransportTest.php line 103]
testSendingMessageRegeneratesId
Equal expectation [Integer: 2] at [/home/share/framework/tool/Swift-5.0.3/tests/unit/Swift/Transport/SendmailTransportTest.php line 124]
testFluidInterface
[Object: of Swift_Transport_SendmailTransport] and [Object: of Swift_Transport_SendmailTransport] should reference the same object at [/home/share/framework/tool/Swift-5.0.3/tests/unit/Swift/Transport/SendmailTransportTest.php line 133]
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]
testStartSendsHeloToInitiate
testInvalidHeloResponseCausesException
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 129]
Expected false, got [Boolean: false]: SMTP start() should have failed at [/home/share/framework/tool/Swift-5.0.3/tests/unit/Swift/Transport/AbstractSmtpTest.php line 133]
testDomainNameIsPlacedInHelo
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_SendmailTransportTest
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.