PHP 클래스 Contao\CoreBundle\Test\DataContainer\PaletteManipulatorTest

파일 보기 프로젝트 열기: contao/core-bundle

공개 메소드들

메소드 설명
testAddFieldToEmptyPalette ( ) Tests adding a field to an empty palette.
testAddToNamelessLegend ( ) Tests adding a field to a nameless legend.
testAfterField ( ) Tests adding a field after another field.
testAfterLegend ( ) Tests adding a legend after another legend.
testAppendFieldToPalette ( ) Tests appending a field.
testApplyToDcaPalette ( ) Tests applying the changes to a DCA palette.
testApplyToDcaSubpalette ( ) Tests applying the changes to a DCA subpalette.
testBeforeField ( ) Tests adding a field before another field.
testBeforeLegend ( ) Tests adding a legend before another legend.
testFallbackClosure ( ) Tests the fallback callback.
testFallbackCreatesPalette ( ) Tests that the fallback creates a palette.
testHideLegend ( ) Tests adding collapsed legends.
testIgnoresDuplicateLegend ( ) Tests that duplicate legends are ignored.
testIgnoresEmptyLegend ( ) Tests that empty legends are ignored.
testInstantiation ( ) Tests the object instantiation.
testInvalidFallbackPosition ( ) Tests adding a field with a fallback at an invalid position.
testInvalidPosition ( ) Tests adding a field at an invalid position.
testMissingDcaPalette ( ) Tests applying changes to a missing palette.
testMissingDcaSubpalette ( ) Tests applying changes to a missing subpalette.
testMultipleParents ( ) Tests adding a field to multiple parents.
testPrependFieldToPalette ( ) Tests prepending a field.
testSkipLegends ( ) Tests skipping legends.

메소드 상세

testAddFieldToEmptyPalette() 공개 메소드

Tests adding a field to an empty palette.

testAddToNamelessLegend() 공개 메소드

Tests adding a field to a nameless legend.

testAfterField() 공개 메소드

Tests adding a field after another field.
public testAfterField ( )

testAfterLegend() 공개 메소드

Tests adding a legend after another legend.
public testAfterLegend ( )

testAppendFieldToPalette() 공개 메소드

Tests appending a field.

testApplyToDcaPalette() 공개 메소드

Tests applying the changes to a DCA palette.

testApplyToDcaSubpalette() 공개 메소드

Tests applying the changes to a DCA subpalette.

testBeforeField() 공개 메소드

Tests adding a field before another field.
public testBeforeField ( )

testBeforeLegend() 공개 메소드

Tests adding a legend before another legend.
public testBeforeLegend ( )

testFallbackClosure() 공개 메소드

Tests the fallback callback.
public testFallbackClosure ( )

testFallbackCreatesPalette() 공개 메소드

Tests that the fallback creates a palette.

testHideLegend() 공개 메소드

Tests adding collapsed legends.
public testHideLegend ( )

testIgnoresDuplicateLegend() 공개 메소드

Tests that duplicate legends are ignored.

testIgnoresEmptyLegend() 공개 메소드

Tests that empty legends are ignored.

testInstantiation() 공개 메소드

Tests the object instantiation.
public testInstantiation ( )

testInvalidFallbackPosition() 공개 메소드

Tests adding a field with a fallback at an invalid position.

testInvalidPosition() 공개 메소드

Tests adding a field at an invalid position.
public testInvalidPosition ( )

testMissingDcaPalette() 공개 메소드

Tests applying changes to a missing palette.

testMissingDcaSubpalette() 공개 메소드

Tests applying changes to a missing subpalette.

testMultipleParents() 공개 메소드

Tests adding a field to multiple parents.
public testMultipleParents ( )

testPrependFieldToPalette() 공개 메소드

Tests prepending a field.

testSkipLegends() 공개 메소드

Tests skipping legends.
public testSkipLegends ( )