PHP Class Contao\CoreBundle\Test\DataContainer\PaletteManipulatorTest

Inheritance: extends Contao\CoreBundle\Test\TestCase
Afficher le fichier Open project: contao/core-bundle

Méthodes publiques

Méthode Description
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.

Method Details

testAddFieldToEmptyPalette() public méthode

Tests adding a field to an empty palette.

testAddToNamelessLegend() public méthode

Tests adding a field to a nameless legend.

testAfterField() public méthode

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

testAfterLegend() public méthode

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

testAppendFieldToPalette() public méthode

Tests appending a field.

testApplyToDcaPalette() public méthode

Tests applying the changes to a DCA palette.

testApplyToDcaSubpalette() public méthode

Tests applying the changes to a DCA subpalette.

testBeforeField() public méthode

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

testBeforeLegend() public méthode

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

testFallbackClosure() public méthode

Tests the fallback callback.
public testFallbackClosure ( )

testFallbackCreatesPalette() public méthode

Tests that the fallback creates a palette.

testHideLegend() public méthode

Tests adding collapsed legends.
public testHideLegend ( )

testIgnoresDuplicateLegend() public méthode

Tests that duplicate legends are ignored.

testIgnoresEmptyLegend() public méthode

Tests that empty legends are ignored.

testInstantiation() public méthode

Tests the object instantiation.
public testInstantiation ( )

testInvalidFallbackPosition() public méthode

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

testInvalidPosition() public méthode

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

testMissingDcaPalette() public méthode

Tests applying changes to a missing palette.

testMissingDcaSubpalette() public méthode

Tests applying changes to a missing subpalette.

testMultipleParents() public méthode

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

testPrependFieldToPalette() public méthode

Tests prepending a field.

testSkipLegends() public méthode

Tests skipping legends.
public testSkipLegends ( )