stable

Clone or download

Read-only

chore: Drop Mockery usage in crosstracker plugin

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

Modified Files

Name
M plugins/crosstracker/tests/unit/CrossTracker/CrossTrackerReportFactoryTest.php +21 −49 Go to diff View file
M plugins/crosstracker/tests/unit/CrossTracker/CrossTrackerReportTest.php +25 −29 Go to diff View file
M plugins/crosstracker/tests/unit/CrossTracker/Permission/CrossTrackerPermissionGateTest.php +112 −81 Go to diff View file
M plugins/crosstracker/tests/unit/CrossTracker/Report/CSV/CSVRepresentationBuilderTest.php +48 −59 Go to diff View file
M plugins/crosstracker/tests/unit/CrossTracker/Report/CSV/CSVRepresentationTest.php +14 −22 Go to diff View file
M plugins/crosstracker/tests/unit/CrossTracker/Report/CSV/Format/BindToValueVisitorTest.php +106 −85 Go to diff View file
M plugins/crosstracker/tests/unit/CrossTracker/Report/CSV/Format/CSVFormatterVisitorTest.php +27 −43 Go to diff View file
M plugins/crosstracker/tests/unit/CrossTracker/Report/CSV/SimilarFieldsFormatterTest.php +84 −80 Go to diff View file
M plugins/crosstracker/tests/unit/CrossTracker/Report/Query/Advanced/InvalidSemantic/MetadataUsageCheckerTest.php +24 −36 Go to diff View file
M plugins/crosstracker/tests/unit/CrossTracker/Report/Query/Advanced/QueryValidation/Comparison/ListValueValidatorTest.php +19 −28 Go to diff View file
M plugins/crosstracker/tests/unit/CrossTracker/Report/Query/ParametrizedFromTest.php +3 −3 Go to diff View file
M plugins/crosstracker/tests/unit/CrossTracker/Report/SimilarField/FieldUsedInSupportedSemanticsVisitorTest.php +30 −38 Go to diff View file
M plugins/crosstracker/tests/unit/CrossTracker/Report/SimilarField/SimilarFieldCollectionTest.php +34 −33 Go to diff View file
M plugins/crosstracker/tests/unit/CrossTracker/Report/SimilarField/SimilarFieldsFilterTest.php +27 −35 Go to diff View file
M plugins/crosstracker/tests/unit/CrossTracker/Report/SimilarField/SimilarFieldsMatcherTest.php +50 −51 Go to diff View file
M plugins/crosstracker/tests/unit/CrossTracker/Widget/WidgetPermissionCheckerTest.php +35 −52 Go to diff View file
M tests/psalm/psalm.xml +0 −1 Go to diff View file