PHP Класс Jyxo\CssTest

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

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

Метод Описание
testConstruct ( ) Tests the constructor.
testConvertStyleToInline ( ) Tests the convertStyleToInline() method.
testFilterProperties ( ) Tests the filterProperties() method.
testMinify ( ) Tests the minify() method.
testRepair ( ) Test the repair() method.

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

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

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

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

Prepares the testing environment.
protected setUp ( )

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

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

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

Tests the convertStyleToInline() method.
См. также: Jyxo\Css::convertStyleToInline()

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

Tests the filterProperties() method.
См. также: Jyxo\Css::filterProperties()

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

Tests the minify() method.
См. также: Jyxo\Css::minify()
public testMinify ( )

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

Test the repair() method.
См. также: Jyxo\Css::repair()
public testRepair ( )