stable

Clone or download

Read-only

Migrate unit tests of the cardwall plugin to PHPUnit

This is part of request #14150: Get rid of SimpleTest Change-Id: I93cfa203effad9399a868dec1114b636ea41ea22

Modified Files

Name
M plugins/cardwall/composer.json +6 −0 Go to diff View file
M plugins/cardwall/include/OnTop/Config/TrackerMappingFactory.class.php +1 −1 Go to diff View file
A plugins/cardwall/phpunit/CardInCellPresenterTest.php +83 −0 Go to diff View file
M plugins/cardwall/phpunit/Cardwall/AllowedFieldRetrieverTest.php +0 −2 Go to diff View file
M plugins/cardwall/phpunit/Cardwall/Semantic/CardFieldXmlExporterTest.php +5 −7 Go to diff View file
M plugins/cardwall/phpunit/Cardwall/Semantic/CardFieldXmlExtractorTest.php +0 −3 Go to diff View file
M plugins/cardwall/phpunit/Cardwall/Semantic/FieldUsedInSemanticObjectCheckerTest.php +0 −2 Go to diff View file
A plugins/cardwall/phpunit/CardwallConfigXmlExportTest.php +140 −0 Go to diff View file
A plugins/cardwall/phpunit/CardwallConfigXmlExport_ColumnsTest.php +146 −0 Go to diff View file
R plugins/cardwall/tests/CardwallConfigXmlImportTest.php Go to diff View file
A plugins/cardwall/phpunit/Cardwall_CardControllerTest.php +122 −0 Go to diff View file
A plugins/cardwall/phpunit/Cardwall_CardInCellPresenterNodeTest.php +43 −0 Go to diff View file
R plugins/cardwall/tests/ColumnTest.php Go to diff View file
A plugins/cardwall/phpunit/Cardwall_PaneBuilderTest.php +111 −0 Go to diff View file
A plugins/cardwall/phpunit/Cardwall_SwimLineFactoryTest.php +112 −0 Go to diff View file
A plugins/cardwall/phpunit/OnTop/Cardwall_OnTop_ConfigTest.php +192 −0 Go to diff View file
A plugins/cardwall/phpunit/OnTop/Cardwall_OnTop_MappedFieldProviderTest.php +70 −0 Go to diff View file
A plugins/cardwall/phpunit/OnTop/Config/Cardwall_OnTop_Config_TrackerMappingFactoryTest.php +170 −0 Go to diff View file
R plugins/cardwall/tests/OnTop/Config/TrackerMappingNoFieldTest.php Go to diff View file
R plugins/cardwall/tests/OnTop/Config/TrackerMappingStatusTest.php Go to diff View file
R plugins/cardwall/tests/OnTop/Config/UpdaterTest.php Go to diff View file
A plugins/cardwall/phpunit/OnTop/Config/Cardwall_OnTop_Config_ValueMappingFactoryTest.php +146 −0 Go to diff View file
R plugins/cardwall/tests/OnTop/Config/Command/CreateColumnTest.php Go to diff View file
A plugins/cardwall/phpunit/OnTop/Config/Command/Cardwall_OnTop_Config_Command_CreateMappingFieldTest.php +53 −0 Go to diff View file
A plugins/cardwall/phpunit/OnTop/Config/Command/Cardwall_OnTop_Config_Command_DeleteColumnsTest.php +104 −0 Go to diff View file
A plugins/cardwall/phpunit/OnTop/Config/Command/Cardwall_OnTop_Config_Command_DeleteMappingFieldsTest.php +68 −0 Go to diff View file
A plugins/cardwall/phpunit/OnTop/Config/Command/Cardwall_OnTop_Config_Command_EnableCardwallOnTopTest.php +79 −0 Go to diff View file
A plugins/cardwall/phpunit/OnTop/Config/Command/Cardwall_OnTop_Config_Command_EnableFreestyleColumnsTest.php +79 −0 Go to diff View file
A plugins/cardwall/phpunit/OnTop/Config/Command/Cardwall_OnTop_Config_Command_UpdateColumnsTest.php +55 −0 Go to diff View file
A plugins/cardwall/phpunit/OnTop/Config/Command/Cardwall_OnTop_Config_Command_UpdateMappingFieldsTestBase.php +80 −0 Go to diff View file
A plugins/cardwall/phpunit/OnTop/Config/Command/Cardwall_OnTop_Config_Command_UpdateMappingFields_UpdateFieldTest.php +88 −0 Go to diff View file
A plugins/cardwall/phpunit/OnTop/Config/Command/Cardwall_OnTop_Config_Command_UpdateMappingFields_UpdateValuesNoUpdateTest.php +135 −0 Go to diff View file
A plugins/cardwall/phpunit/OnTop/Config/Command/Cardwall_OnTop_Config_Command_UpdateMappingFields_UpdateValuesTest.php +88 −0 Go to diff View file
D plugins/cardwall/tests/CardControllerTest.php +0 −118 Go to diff View file
D plugins/cardwall/tests/CardInCellPresenterNodeTest.php +0 −42 Go to diff View file
D plugins/cardwall/tests/CardInCellPresenterTest.php +0 −64 Go to diff View file
D plugins/cardwall/tests/CardwallConfigXmlExportTest.php +0 −203 Go to diff View file
D plugins/cardwall/tests/OnTop/Config/Command/CreateMappingFieldTest.php +0 −51 Go to diff View file
D plugins/cardwall/tests/OnTop/Config/Command/DeleteColumnsTest.php +0 −97 Go to diff View file
D plugins/cardwall/tests/OnTop/Config/Command/DeleteMappingFieldsTest.php +0 −68 Go to diff View file
D plugins/cardwall/tests/OnTop/Config/Command/EnableCardwallOnTopTest.php +0 −74 Go to diff View file
D plugins/cardwall/tests/OnTop/Config/Command/EnableFreestyleColumnsTest.php +0 −74 Go to diff View file
D plugins/cardwall/tests/OnTop/Config/Command/UpdateColumnsTest.php +0 −50 Go to diff View file
D plugins/cardwall/tests/OnTop/Config/Command/UpdateMappingFieldsTest.php +0 −310 Go to diff View file
D plugins/cardwall/tests/OnTop/Config/TrackerMappingFactoryTest.php +0 −157 Go to diff View file
D plugins/cardwall/tests/OnTop/Config/ValueMappingFactoryTest.php +0 −142 Go to diff View file
D plugins/cardwall/tests/OnTop/ConfigTest.php +0 −174 Go to diff View file
D plugins/cardwall/tests/OnTop/MappedFieldProviderTest.php +0 −61 Go to diff View file
D plugins/cardwall/tests/PaneBoardBuilderTest.php +0 −96 Go to diff View file
D plugins/cardwall/tests/RendererBoardBuilder.php +0 −157 Go to diff View file
D plugins/cardwall/tests/SwimlineFactoryTest.php +0 −99 Go to diff View file
D plugins/cardwall/tests/bootstrap.php +0 −22 Go to diff View file