stable

Clone or download

Read-only

Convert a bunch to tracker tests to simpletest 1.1.x

There is no really a common approach/group for those tests, it's just the ones that are already compatible. I initially intended to provide one commit for all but it's taking too much time and rebase are hard to deal with so the sooner to master the better. There are still 24 test suite not compatible yet (-38) Part of story #11484 have tracker tests running with simpletest 1.1.x Change-Id: I69dc3ed1b155562f3005888ca0eb26fcd23d25af

Modified Files

Name
M plugins/tests/not_yet_simpletest11x.list +0 −38 Go to diff View file
M plugins/tests/www/tests_common.php +2 −9 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_Changeset_Comment.class.php +0 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_ArtifactLink.class.php +8 −6 Go to diff View file
M plugins/tracker/tests/Artifact/Changeset/ChangesetDataInitializatorTest.php +12 −12 Go to diff View file
M plugins/tracker/tests/MasschangeUpdaterTest.php +14 −28 Go to diff View file
M plugins/tracker/tests/REST_Backend/Artifact/ArtifactRepresentationBuilderTest.php +58 −45 Go to diff View file
M plugins/tracker/tests/Tracker/Action/CopyArtifactTest.php +40 −39 Go to diff View file
M plugins/tracker/tests/Tracker/Action/CreateArtifactTest.php +10 −10 Go to diff View file
M plugins/tracker/tests/Tracker/Action/UpdateArtifactTest.php +24 −26 Go to diff View file
M plugins/tracker/tests/Tracker/FormElement/AdminTest.php +20 −32 Go to diff View file
M plugins/tracker/tests/Tracker/Hierarchy/ControllerTest.php +17 −22 Go to diff View file
M plugins/tracker/tests/Tracker/Hierarchy/PresenterTest.php +4 −7 Go to diff View file
M plugins/tracker/tests/Tracker/Permission/PermissionCheckerTest.php +167 −163 Go to diff View file
M plugins/tracker/tests/Tracker/Report/Query/Advanced/InvalidSearchablesCollectorVisitorTest.php +13 −13 Go to diff View file
M plugins/tracker/tests/Tracker/Report/Query/Advanced/QueryBuilderVisitorTest.php +15 −15 Go to diff View file
M plugins/tracker/tests/Tracker/UgroupMappingBuilderTest.php +11 −11 Go to diff View file
M plugins/tracker/tests/Tracker/XML/Exporter/ArtifactAttachmentExporterTest.php +6 −5 Go to diff View file
M plugins/tracker/tests/Tracker/XML/Exporter/ArtifactXMLExporterTest.php +1 −0 Go to diff View file
M plugins/tracker/tests/Tracker/XML/Exporter/ChangesetValueXMLExporterVisitorTest.php +1 −0 Go to diff View file
M plugins/tracker/tests/Tracker/XML/Exporter/ChangesetValuesXMLExporterTest.php +1 −0 Go to diff View file
M plugins/tracker/tests/Tracker/XML/Exporter/ChangesetXMLExporterTest.php +1 −0 Go to diff View file
M plugins/tracker/tests/Tracker/XML/Exporter/ChildrenXMLExporterTest.php +22 −49 Go to diff View file
M plugins/tracker/tests/TrackerTest.php +21 −2 Go to diff View file
M plugins/tracker/tests/Tracker_ArtifactTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/Tracker_Artifact_ChangesetJsonFormatterTest.php +4 −10 Go to diff View file
M plugins/tracker/tests/Tracker_Artifact_ChangesetValue_StringTest.php +4 −2 Go to diff View file
M plugins/tracker/tests/Tracker_Artifact_ProcessAssociateArtifact_Test.php +24 −44 Go to diff View file
M plugins/tracker/tests/Tracker_Artifact_getArtifactLinks_Test.php +15 −14 Go to diff View file
M plugins/tracker/tests/Tracker_FormElement_Field_ArtifactLinkTest.php +117 −165 Go to diff View file
M plugins/tracker/tests/Tracker_FormElement_Field_FileTest.php +8 −11 Go to diff View file
M plugins/tracker/tests/Tracker_FormElement_Field_StringTest.php +68 −72 Go to diff View file
M plugins/tracker/tests/Tracker_FormElement_SeparatorTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/builders/aMockField.php +6 −4 Go to diff View file
M plugins/tracker/tests/builders/aMockTracker.php +12 −5 Go to diff View file
M plugins/tracker/tests/workflow/Trigger/RulesBuilderDataTest.php +2 −4 Go to diff View file
M plugins/tracker/tests/workflow/Trigger/Strategy/AllOfStrategyTest.php +12 −9 Go to diff View file
M tests/bin/SimpleTest11x/TuleapTestCase.php +7 −0 Go to diff View file
M tests/bin/simpletest11x.php +3 −1 Go to diff View file
M tests/lib/MockBuilder.php +1 −1 Go to diff View file
M tests/lib/MockeryOngoingIntelligentStub.php +17 −1 Go to diff View file
M tests/lib/TuleapTestCase.class.php +7 −0 Go to diff View file