PHP Class Sabberworm\CSS\RuleSet\DeclarationBlockTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: sabberworm/php-css-parser

Public Methods

Method Description
createBackgroundShorthandProvider ( )
createBorderShorthandProvider ( )
createDimensionsShorthandProvider ( )
createFontShorthandProvider ( )
expandBackgroundShorthandProvider ( )
expandBorderShorthandProvider ( )
expandDimensionsShorthandProvider ( )
expandFontShorthandProvider ( )
testCreateBackgroundShorthand ( $sCss, $sExpected )
testCreateBorderShorthand ( $sCss, $sExpected )
testCreateDimensionsShorthand ( $sCss, $sExpected )
testCreateFontShorthand ( $sCss, $sExpected )
testExpandBackgroundShorthand ( $sCss, $sExpected )
testExpandBorderShorthand ( $sCss, $sExpected )
testExpandDimensionsShorthand ( $sCss, $sExpected )
testExpandFontShorthand ( $sCss, $sExpected )
testOverrideRules ( )
testRuleInsertion ( )

Method Details

createBackgroundShorthandProvider() public method

createBorderShorthandProvider() public method

createDimensionsShorthandProvider() public method

createFontShorthandProvider() public method

expandBackgroundShorthandProvider() public method

expandBorderShorthandProvider() public method

expandDimensionsShorthandProvider() public method

expandFontShorthandProvider() public method

testCreateBackgroundShorthand() public method

public testCreateBackgroundShorthand ( $sCss, $sExpected )

testCreateBorderShorthand() public method

public testCreateBorderShorthand ( $sCss, $sExpected )

testCreateDimensionsShorthand() public method

public testCreateDimensionsShorthand ( $sCss, $sExpected )

testCreateFontShorthand() public method

public testCreateFontShorthand ( $sCss, $sExpected )

testExpandBackgroundShorthand() public method

public testExpandBackgroundShorthand ( $sCss, $sExpected )

testExpandBorderShorthand() public method

public testExpandBorderShorthand ( $sCss, $sExpected )

testExpandDimensionsShorthand() public method

public testExpandDimensionsShorthand ( $sCss, $sExpected )

testExpandFontShorthand() public method

public testExpandFontShorthand ( $sCss, $sExpected )

testOverrideRules() public method

public testOverrideRules ( )

testRuleInsertion() public method

public testRuleInsertion ( )