PHP Class Jyxo\CssTest

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

Public Methods

Method Description
testConstruct ( ) Tests the constructor.
testConvertStyleToInline ( ) Tests the convertStyleToInline() method.
testFilterProperties ( ) Tests the filterProperties() method.
testMinify ( ) Tests the minify() method.
testRepair ( ) Test the repair() 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\Css::__construct()
public testConstruct ( )

testConvertStyleToInline() public method

Tests the convertStyleToInline() method.
See also: Jyxo\Css::convertStyleToInline()

testFilterProperties() public method

Tests the filterProperties() method.
See also: Jyxo\Css::filterProperties()

testMinify() public method

Tests the minify() method.
See also: Jyxo\Css::minify()
public testMinify ( )

testRepair() public method

Test the repair() method.
See also: Jyxo\Css::repair()
public testRepair ( )