PHP Class ImboUnitTest\Image\Transformation\CompressTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: imbo/imbo

Public Methods

Method Description
setUp ( ) Set up the transformation
tearDown ( ) Tear down the transformation
testDoesNotApplyCompressionToGifImages ( )
testDoesNotApplyCompressionWhenLevelIsNotSet ( )
testThrowsExceptionOnInvalidLevel ( )
testThrowsExceptionOnMissingLevelParameter ( )

Method Details

setUp() public method

Set up the transformation
public setUp ( )

tearDown() public method

Tear down the transformation
public tearDown ( )

testDoesNotApplyCompressionToGifImages() public method

testDoesNotApplyCompressionWhenLevelIsNotSet() public method

testThrowsExceptionOnInvalidLevel() public method

testThrowsExceptionOnMissingLevelParameter() public method