stable

Clone or download

Read-only

chore: Drop Mockery usage in svn plugin

This is part of request #21775 Favor PHPUnit mock system over Mockery - part 2 Change-Id: I7c6d5eefc5f01266b01180e854fdb7bc29fb9f3a

Modified Files

Name
M plugins/svn/include/REST/v1/SettingsPOSTRepresentation.php +0 −1 Go to diff View file
M plugins/svn/tests/unit/REST_Backend/NotificationUpdateCheckerTest.php +76 −102 Go to diff View file
M plugins/svn/tests/unit/REST_Backend/RepositoryResourceUpdaterTest.php +67 −70 Go to diff View file
M plugins/svn/tests/unit/REST_Backend/SettingsRepresentationValidatorTest.php +29 −20 Go to diff View file
M plugins/svn/tests/unit/Reference/ExtractorTest.php +29 −42 Go to diff View file
M plugins/svn/tests/unit/SVN/AccessControl/AccessFileReaderTest.php +9 −14 Go to diff View file
M plugins/svn/tests/unit/SVN/AccessFile/AccessFileHistoryCreatorTest.php +38 −56 Go to diff View file
M plugins/svn/tests/unit/SVN/AccessFile/SVNRefreshAllAccessFilesCommandTest.php +38 −50 Go to diff View file
M plugins/svn/tests/unit/SVN/Commit/FileSizeValidatorTest.php +20 −25 Go to diff View file
M plugins/svn/tests/unit/SVN/DiskUsage/DiskUsageCollectorTest.php +25 −31 Go to diff View file
M plugins/svn/tests/unit/SVN/DiskUsage/DiskUsageRetrieverTest.php +43 −51 Go to diff View file
M plugins/svn/tests/unit/SVN/Hooks/PreCommitSHA1CollisionTest.php +23 −22 Go to diff View file
M plugins/svn/tests/unit/SVN/Hooks/PreCommitTest.php +81 −86 Go to diff View file
R plugins/svn/tests/unit/SVN/Hooks/PreRevPropChangeTest.php Go to diff View file
M plugins/svn/tests/unit/SVN/Logs/LastAccessUpdaterTest.php +15 −21 Go to diff View file
M plugins/svn/tests/unit/SVN/Logs/ParserCoreAndPluginTest.php +12 −15 Go to diff View file
M plugins/svn/tests/unit/SVN/Logs/ParserTest.php +27 −30 Go to diff View file
M plugins/svn/tests/unit/SVN/Notifications/EmailsToBeNotifiedRetrieverTest.php +41 −72 Go to diff View file
M plugins/svn/tests/unit/SVN/Repository/HookConfigCheckerTest.php +12 −25 Go to diff View file
M plugins/svn/tests/unit/SVN/Repository/HookConfigTest.php +23 −37 Go to diff View file
M plugins/svn/tests/unit/SVN/Repository/HookConfigUpdatorTest.php +36 −42 Go to diff View file
M plugins/svn/tests/unit/SVN/Repository/RepositoryCreatorTest.php +78 −85 Go to diff View file
M plugins/svn/tests/unit/SVN/Repository/RepositoryDeleterTest.php +36 −39 Go to diff View file
M plugins/svn/tests/unit/SVN/Repository/RepositoryManagerTest.php +90 −89 Go to diff View file
M plugins/svn/tests/unit/SVN/Repository/RepositoryRegexpBuilderTest.php +16 −13 Go to diff View file
M plugins/svn/tests/unit/SVN/Repository/RuleNameTest.php +68 −62 Go to diff View file
M plugins/svn/tests/unit/SVN/Repository/SvnCoreAccessTest.php +6 −17 Go to diff View file
M plugins/svn/tests/unit/SVN/Service/ServiceActivatorTest.php +99 −120 Go to diff View file
M plugins/svn/tests/unit/SVN/XMLExporterTest.php +44 −50 Go to diff View file
M plugins/svn/tests/unit/SVN/XMLImporterTest.php +39 −52 Go to diff View file
M plugins/svn/tests/unit/SVN/XMLRepositoryImporterTest.php +94 −106 Go to diff View file
M plugins/svn/tests/unit/SVN/XMLUserCheckerTest.php +2 −4 Go to diff View file
M plugins/svn/tests/unit/events/SystemEvent_SVN_CREATE_REPOSITORYTest.php +57 −45 Go to diff View file
M tests/psalm/psalm.xml +0 −1 Go to diff View file