stable

Clone or download

Read-only

chore: Drop Mockery usage in some Git plugin test folders

Part of request #21775 Favor PHPUnit mock system over Mockery - part 2 Folders are: - CommitMetadata (1 test file still used Mockery) - CommitStatus No functionnal change expected Change-Id: I3108e732a9bcf12ec8ddc8f542e5df70a23b2c85

Modified Files

Name
M plugins/git/tests/unit/CommitMetadata/CommitMetadataRetrieverTest.php +42 −44 Go to diff View file
M plugins/git/tests/unit/CommitStatus/CommitStatusCreatorTest.php +39 −43 Go to diff View file
M plugins/git/tests/unit/CommitStatus/CommitStatusRetrieverTest.php +35 −41 Go to diff View file
M plugins/git/tests/unit/CommitStatus/CommitStatusWithKnownStatusTest.php +21 −19 Go to diff View file