PHP Класс Contao\CoreBundle\Test\DataContainer\PaletteManipulatorTest

Наследование: extends Contao\CoreBundle\Test\TestCase
Показать файл Открыть проект

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

Метод Описание
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 ( )