Documentation

Swift_Mime_ContentEncoder_QpContentEncoderTest extends SwiftMailerTestCase
in package

A base test case with some custom expectations.

Table of Contents

assertIdenticalBinary()  : mixed
regExp()  : mixed
testBytesAbovePermittedRangeAreEncoded()  : mixed
testBytesBelowPermittedRangeAreEncoded()  : mixed
testCRLFIsLeftAlone()  : mixed
testDecimalByte61IsEncoded()  : mixed
testFirstLineLengthCanBeDifferent()  : mixed
testLinearWhiteSpaceAtLineEndingIsEncoded()  : mixed
testLinesLongerThan76CharactersAreSoftBroken()  : mixed
testMaxLineLengthCanBeSpecified()  : mixed
testNameIsQuotedPrintable()  : mixed
testObserverInterfaceCanChangeCharset()  : mixed
testPermittedCharactersAreNotEncoded()  : mixed
testTextIsPreWrapped()  : mixed
getMockery()  : mixed
tearDown()  : mixed
createCharacterStream()  : mixed
createEncoder()  : mixed
createInputByteStream()  : mixed
createOutputByteStream()  : mixed

Methods

assertIdenticalBinary()

public assertIdenticalBinary(mixed $expected, mixed $actual[, mixed $message = '' ]) : mixed
Parameters
$expected : mixed
$actual : mixed
$message : mixed = ''
Return values
mixed

regExp()

public static regExp(mixed $pattern) : mixed
Parameters
$pattern : mixed
Return values
mixed

testBytesAbovePermittedRangeAreEncoded()

public testBytesAbovePermittedRangeAreEncoded() : mixed
Return values
mixed

testBytesBelowPermittedRangeAreEncoded()

public testBytesBelowPermittedRangeAreEncoded() : mixed
Return values
mixed

testDecimalByte61IsEncoded()

public testDecimalByte61IsEncoded() : mixed
Return values
mixed

testFirstLineLengthCanBeDifferent()

public testFirstLineLengthCanBeDifferent() : mixed
Return values
mixed

testLinearWhiteSpaceAtLineEndingIsEncoded()

public testLinearWhiteSpaceAtLineEndingIsEncoded() : mixed
Return values
mixed

testLinesLongerThan76CharactersAreSoftBroken()

public testLinesLongerThan76CharactersAreSoftBroken() : mixed
Return values
mixed

testMaxLineLengthCanBeSpecified()

public testMaxLineLengthCanBeSpecified() : mixed
Return values
mixed

testNameIsQuotedPrintable()

public testNameIsQuotedPrintable() : mixed
Return values
mixed

testObserverInterfaceCanChangeCharset()

public testObserverInterfaceCanChangeCharset() : mixed
Return values
mixed

testPermittedCharactersAreNotEncoded()

public testPermittedCharactersAreNotEncoded() : mixed
Return values
mixed

getMockery()

protected getMockery(mixed $class) : mixed
Parameters
$class : mixed
Return values
mixed

createCharacterStream()

private createCharacterStream([mixed $stub = false ]) : mixed
Parameters
$stub : mixed = false
Return values
mixed

createInputByteStream()

private createInputByteStream([mixed $stub = false ]) : mixed
Parameters
$stub : mixed = false
Return values
mixed

createOutputByteStream()

private createOutputByteStream([mixed $stub = false ]) : mixed
Parameters
$stub : mixed = false
Return values
mixed

Search results