PHP Класс Jyxo\Mail\EncodingTest

См. также: Jyxo\Mail\Encoding
Автор: Jaroslav Hanslík
Наследование: extends PHPUnit_Framework_TestCase
Показать файл Открыть проект

Открытые методы

Метод Описание
testConstruct ( ) Tests the constructor.
testEncode ( ) Tests the encode() method.
testIsCompatible ( ) Tests the isCompatible() method.

Защищенные методы

Метод Описание
setUp ( ) Prepares the testing environment.

Описание методов

setUp() защищенный Метод

Prepares the testing environment.
protected setUp ( )

testConstruct() публичный Метод

Tests the constructor.
См. также: Jyxo\Mail\Encoding::__construct()
public testConstruct ( )

testEncode() публичный Метод

Tests the encode() method.
См. также: Jyxo\Mail\Encoding::encode()
public testEncode ( )

testIsCompatible() публичный Метод

Tests the isCompatible() method.
См. также: Jyxo\Mail\Encoding::isCompatible()
public testIsCompatible ( )