stable

Clone or download

Read-only

Remove all usage of simpletest mocks for EventManager

Part of request #13314 Tuleap EventManager should be PSR-14 compliant Change-Id: Ic4cc94080ed95b980a8e9afb23cee76a7be7864f

Modified Files

Name
M plugins/agiledashboard/tests/include/AgileDashboard/AgileDashboardControllerTest.php +1 −1 Go to diff View file
M plugins/agiledashboard/tests/include/AgileDashboard/XMLFullStructureExporterTest.php +12 −7 Go to diff View file
M plugins/agiledashboard/tests/include/ControllerTest.php +1 −1 Go to diff View file
M plugins/agiledashboard/tests/include/MilestoneSelectorControllerTest.php +3 −9 Go to diff View file
M plugins/cardwall/tests/CardwallConfigXmlImportTest.php +18 −4 Go to diff View file
M plugins/docman/tests/DocmanActionsTest.php +7 −8 Go to diff View file
M plugins/docman/tests/Docman_SOAPActionsTest.php +1 −2 Go to diff View file
M plugins/docman/tests/ItemFactoryTest.php +6 −8 Go to diff View file
M plugins/docman/tests/VersionFactoryTest.php +6 −8 Go to diff View file
M plugins/git/tests/Git/Hook/PostReceiveTest.php +1 −1 Go to diff View file
M plugins/git/tests/GitXmlImporterTest.php +2 −2 Go to diff View file
M plugins/git/tests/SystemEvents/SystemEvent_GIT_REPO_DELETETest.php +8 −4 Go to diff View file
M plugins/tracker/tests/Artifact/Changeset/InitialChangesetCreatorTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/FormElement/ChartMessageFetcherTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/Tracker/FormElement/Field/ArtifactLink/ArtifactLinkValueSaverTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/TrackerXmlExportTest.php +1 −1 Go to diff View file
M plugins/webdav/tests/WebDAVDocmanDocumentTest.php +0 −1 Go to diff View file
M plugins/webdav/tests/WebDAVDocmanFolderTest.php +0 −1 Go to diff View file
M tests/integration/ProjectImportTest.php +1 −1 Go to diff View file
M tests/simpletest/common/Dashboard/Project/ProjectDashboardXMLImporterTest.php +1 −2 Go to diff View file
M tests/simpletest/common/Glyph/GlyphFinderTest.php +3 −3 Go to diff View file
M tests/simpletest/common/Project/UGroupManagerTest.php +14 −1 Go to diff View file
M tests/simpletest/common/Project/UserRemoverTest.php +6 −2 Go to diff View file
M tests/simpletest/common/User/ForgeUserGroupPermissionsFactoryTest.php +1 −1 Go to diff View file
M tests/simpletest/common/User/History/HistoryCleanerTest.php +2 −8 Go to diff View file
M tests/simpletest/common/User/History/HistoryRetrieverTest.php +28 −8 Go to diff View file
D tests/simpletest/common/User/History/MockedEventManager.php +0 −41 Go to diff View file
M tests/simpletest/common/User/LoginManagerTest.php +1 −1 Go to diff View file
M tests/simpletest/common/User/UserManagerTest.php +38 −33 Go to diff View file
M tests/simpletest/common/backend/BackendSVNTest.php +0 −1 Go to diff View file
M tests/simpletest/common/frs/FRSFileFactoryTest.php +3 −7 Go to diff View file
M tests/simpletest/common/frs/FRSXMLImporterTest.php +1 −1 Go to diff View file
M tests/simpletest/common/include/URLRedirectTest.php +1 −2 Go to diff View file
M tests/simpletest/common/include/URLVerificationTest.php +2 −2 Go to diff View file
M tests/simpletest/common/layout/LayoutTest.php +1 −3 Go to diff View file
M tests/simpletest/common/plugin/PluginManagerTest.php +0 −1 Go to diff View file
M tests/simpletest/common/reference/ReferenceManagerTest.php +2 −2 Go to diff View file
M tests/simpletest/common/reference/ReferenceValidatorTest.php +1 −1 Go to diff View file
M tests/simpletest/common/svn/SVN_Apache_Auth_FactoryTest.php +2 −1 Go to diff View file
M tests/simpletest/common/svn/SVN_Apache_SvnrootConfTest.php +1 −3 Go to diff View file
M tests/simpletest/common/svn/cache/ParameterSaverTest.php +6 −6 Go to diff View file
M tests/simpletest/common/system_event/SystemEventManagerTest.php +18 −20 Go to diff View file
M tests/simpletest/common/system_event/include/SystemEvent_PROJECT_DELETE_Test.php +12 −25 Go to diff View file
M tests/simpletest/common/system_event/include/SystemEvent_PROJECT_RENAME_Test.php +17 −18 Go to diff View file
M tests/simpletest/common/system_event/include/SystemEvent_UGROUP_MODIFY_Test.php +1 −1 Go to diff View file
M tests/simpletest/common/system_event/include/SystemEvent_USER_RENAME_Test.php +0 −5 Go to diff View file