PHP Class Jyxo\Mail\EncodingTest

See also: Jyxo\Mail\Encoding
Author: Jaroslav HanslĂ­k
Inheritance: extends PHPUnit_Framework_TestCase
Datei anzeigen Open project: jyxo/php

Public Methods

Method Description
testConstruct ( ) Tests the constructor.
testEncode ( ) Tests the encode() method.
testIsCompatible ( ) Tests the isCompatible() method.

Protected Methods

Method Description
setUp ( ) Prepares the testing environment.

Method Details

setUp() protected method

Prepares the testing environment.
protected setUp ( )

testConstruct() public method

Tests the constructor.
See also: Jyxo\Mail\Encoding::__construct()
public testConstruct ( )

testEncode() public method

Tests the encode() method.
See also: Jyxo\Mail\Encoding::encode()
public testEncode ( )

testIsCompatible() public method

Tests the isCompatible() method.
See also: Jyxo\Mail\Encoding::isCompatible()
public testIsCompatible ( )