stable

Clone or download

Read-only

chore: Drop Mockery usage in some core tests

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

Modified Files

Name
M tests/unit/common/REST/AccessKeyHeaderExtractorTest.php +11 −12 Go to diff View file
M tests/unit/common/REST/QueryParameterParserTest.php +21 −25 Go to diff View file
M tests/unit/common/REST/RESTAuthenticationFlowIsAllowedTest.php +15 −18 Go to diff View file
M tests/unit/common/REST/RESTCurrentUserMiddlewareTest.php +14 −17 Go to diff View file
M tests/unit/common/REST/RestlerFactoryTest.php +10 −13 Go to diff View file
M tests/unit/common/REST/TokenManagerTest.php +14 −17 Go to diff View file
M tests/unit/common/REST/TuleapRESTCORSMiddlewareTest.php +16 −18 Go to diff View file
M tests/unit/common/SVNCore/PreCommitCommitToTagTest.php +29 −30 Go to diff View file
M tests/unit/common/Sanitizer/URISanitizerTest.php +19 −22 Go to diff View file