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_ByteStream_ArrayByteStreamTest
testReadingSingleBytesFromBaseInput
Equal expectation [Array: 3 items]: Bytes read from stream should be the same as bytes in constructor at [/home/share/framework/tool/Swift-5.0.3/tests/unit/Swift/ByteStream/ArrayByteStreamTest.php line 19]
testReadingMultipleBytesFromBaseInput
Equal expectation [Array: 2 items]: Bytes read from stream should be in pairs at [/home/share/framework/tool/Swift-5.0.3/tests/unit/Swift/ByteStream/ArrayByteStreamTest.php line 32]
testReadingOddOffsetOnLastByte
Equal expectation [Array: 3 items]: Bytes read from stream should be in pairs except final read at [/home/share/framework/tool/Swift-5.0.3/tests/unit/Swift/ByteStream/ArrayByteStreamTest.php line 45]
testSettingPointerPartway
Equal expectation [String: b]: Byte should be second byte since pointer as at offset 1 at [/home/share/framework/tool/Swift-5.0.3/tests/unit/Swift/ByteStream/ArrayByteStreamTest.php line 55]
testResettingPointerAfterExhaustion
Equal expectation [String: a]: Byte should be first byte since pointer as at offset 0 at [/home/share/framework/tool/Swift-5.0.3/tests/unit/Swift/ByteStream/ArrayByteStreamTest.php line 68]
testPointerNeverSetsBelowZero
Equal expectation [String: a]: Byte should be first byte since pointer should be at offset 0 at [/home/share/framework/tool/Swift-5.0.3/tests/unit/Swift/ByteStream/ArrayByteStreamTest.php line 79]
testPointerNeverSetsAboveStackSize
Identical expectation [Boolean: false]: Stream should be at end and thus return false at [/home/share/framework/tool/Swift-5.0.3/tests/unit/Swift/ByteStream/ArrayByteStreamTest.php line 90]
testBytesCanBeWrittenToStream
Equal expectation [Array: 5 items]: Bytes read from stream should be from initial stack + written at [/home/share/framework/tool/Swift-5.0.3/tests/unit/Swift/ByteStream/ArrayByteStreamTest.php line 106]
testContentsCanBeFlushed
Identical expectation [Boolean: false]: Contents have been flushed so read() should return false at [/home/share/framework/tool/Swift-5.0.3/tests/unit/Swift/ByteStream/ArrayByteStreamTest.php line 118]
testConstructorCanTakeStringArgument
Equal expectation [Array: 3 items]: Bytes read from stream should be the same as bytes in constructor at [/home/share/framework/tool/Swift-5.0.3/tests/unit/Swift/ByteStream/ArrayByteStreamTest.php line 130]
testBindingOtherStreamsMirrorsWriteOperations
testBindingOtherStreamsMirrorsFlushOperations
testUnbindingStreamPreventsFurtherWrites
in Swift_ByteStream_ArrayByteStreamTest
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.