PHP Class ImboUnitTest\Image\Transformation\CompressTest

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: imbo/imbo

Méthodes publiques

Méthode Description
setUp ( ) Set up the transformation
tearDown ( ) Tear down the transformation
testDoesNotApplyCompressionToGifImages ( )
testDoesNotApplyCompressionWhenLevelIsNotSet ( )
testThrowsExceptionOnInvalidLevel ( )
testThrowsExceptionOnMissingLevelParameter ( )

Method Details

setUp() public méthode

Set up the transformation
public setUp ( )

tearDown() public méthode

Tear down the transformation
public tearDown ( )

testDoesNotApplyCompressionToGifImages() public méthode

testDoesNotApplyCompressionWhenLevelIsNotSet() public méthode

testThrowsExceptionOnInvalidLevel() public méthode

testThrowsExceptionOnMissingLevelParameter() public méthode