PHP 클래스 Sabberworm\CSS\RuleSet\DeclarationBlockTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: sabberworm/php-css-parser

공개 메소드들

메소드 설명
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 ( )

메소드 상세

createBackgroundShorthandProvider() 공개 메소드

createBorderShorthandProvider() 공개 메소드

createDimensionsShorthandProvider() 공개 메소드

createFontShorthandProvider() 공개 메소드

expandBackgroundShorthandProvider() 공개 메소드

expandBorderShorthandProvider() 공개 메소드

expandDimensionsShorthandProvider() 공개 메소드

expandFontShorthandProvider() 공개 메소드

testCreateBackgroundShorthand() 공개 메소드

public testCreateBackgroundShorthand ( $sCss, $sExpected )

testCreateBorderShorthand() 공개 메소드

public testCreateBorderShorthand ( $sCss, $sExpected )

testCreateDimensionsShorthand() 공개 메소드

public testCreateDimensionsShorthand ( $sCss, $sExpected )

testCreateFontShorthand() 공개 메소드

public testCreateFontShorthand ( $sCss, $sExpected )

testExpandBackgroundShorthand() 공개 메소드

public testExpandBackgroundShorthand ( $sCss, $sExpected )

testExpandBorderShorthand() 공개 메소드

public testExpandBorderShorthand ( $sCss, $sExpected )

testExpandDimensionsShorthand() 공개 메소드

public testExpandDimensionsShorthand ( $sCss, $sExpected )

testExpandFontShorthand() 공개 메소드

public testExpandFontShorthand ( $sCss, $sExpected )

testOverrideRules() 공개 메소드

public testOverrideRules ( )

testRuleInsertion() 공개 메소드

public testRuleInsertion ( )