stable

Clone or download

Read-only

Remove some simpletest builders

This is part of request #14150: Get rid of SimpleTest Tests with builders are hard to move to PHPUnit and can hide some behavior behind the builder. So we remove them. Some builders are still here because they need a lot of rework and must be done individually. Change-Id: I83017129e8044c3fc40c68320108d6b3d361cbed

Modified Files

Name
D plugins/agiledashboard/tests/builders/aPlanningFactory.php +0 −67 Go to diff View file
D plugins/agiledashboard/tests/builders/anArtifactNode.php +0 −55 Go to diff View file
M plugins/agiledashboard/tests/include/ArtifactParentsSelectorTest.php +34 −12 Go to diff View file
M plugins/agiledashboard/tests/include/PlanningFactoryTest.php +32 −12 Go to diff View file
M plugins/tracker/tests/Tracker/Artifact/Changeset/IncomingMailGoldenRetrieverTest.php +3 −2 Go to diff View file
M plugins/tracker/tests/Tracker/XML/Exporter/ChangesetValue/ChangesetValueListXMLExporterTest.php +10 −2 Go to diff View file
M plugins/tracker/tests/Tracker/XML/Exporter/ChildrenXMLExporterTest.php +17 −3 Go to diff View file
M plugins/tracker/tests/Tracker_ArtifactFactoryTest.php +16 −2 Go to diff View file
D plugins/tracker/tests/builders/aBindStatic.php +0 −62 Go to diff View file
D plugins/tracker/tests/builders/aChangeset.php +0 −126 Go to diff View file
D plugins/tracker/tests/builders/aDateFieldPostAction.php +0 −60 Go to diff View file
D plugins/tracker/tests/builders/aFieldBindValue.php +0 −67 Go to diff View file
D plugins/tracker/tests/builders/aFloatFieldPostAction.php +0 −83 Go to diff View file
D plugins/tracker/tests/builders/aTransition.php +0 −84 Go to diff View file
D plugins/tracker/tests/builders/aTriggerRule.php +0 −98 Go to diff View file
D plugins/tracker/tests/builders/anArtifactDar.php +0 −69 Go to diff View file
D plugins/tracker/tests/builders/anIntFieldPostAction.php +0 −83 Go to diff View file
M plugins/tracker/tests/workflow/PostAction/CIBuild/Transition_PostAction_CIBuildFactoryTest.php +6 −1 Go to diff View file
M plugins/tracker/tests/workflow/PostAction/Field/Transition_PostAction_FieldFactoryTest.php +27 −13 Go to diff View file
M plugins/tracker/tests/workflow/PostAction/Field/Transition_PostAction_Field_FloatTest.php +8 −2 Go to diff View file
M plugins/tracker/tests/workflow/PostAction/Field/Transition_PostAction_Field_IntTest.php +7 −1 Go to diff View file
M plugins/tracker/tests/workflow/TransitionTest.php +15 −2 Go to diff View file
M plugins/tracker/tests/workflow/Trigger/RulesFactoryTest.php +18 −15 Go to diff View file
M plugins/tracker/tests/workflow/Trigger/RulesManagerTest.php +15 −2 Go to diff View file
M plugins/tracker/tests/workflow/Trigger/RulesProcessorTest.php +10 −10 Go to diff View file
M plugins/tracker/tests/workflow/Trigger/Strategy/AllOfStrategyTest.php +21 −25 Go to diff View file
D tests/simpletest/common/include/builders/aMockTemplateRenderer.php +0 −52 Go to diff View file
D tests/simpletest/common/include/builders/aTreeNode.php +0 −99 Go to diff View file