stable

Clone or download

Read-only

Drop usage of Mockery in InviteBuddy unit tests

Part of request #21775: Favor PHPUnit mock system over Mockery - part 2 Change-Id: I7e650d3c446534897a1314b8b518ce74c73a042c

Modified Files

Name
M src/common/InviteBuddy/Admin/InviteBuddyAdminController.php +2 −1 Go to diff View file
M src/common/InviteBuddy/Admin/InviteBuddyAdminUpdateController.php +4 −19 Go to diff View file
M tests/unit/common/InviteBuddy/Admin/InviteBuddyAdminControllerTest.php +23 −34 Go to diff View file
M tests/unit/common/InviteBuddy/Admin/InviteBuddyAdminUpdateControllerTest.php +40 −62 Go to diff View file
M tests/unit/common/InviteBuddy/InvitationLimitCheckerTest.php +18 −29 Go to diff View file
M tests/unit/common/InviteBuddy/InvitationSenderGateKeeperTest.php +18 −30 Go to diff View file
M tests/unit/common/InviteBuddy/InvitationSenderTest.php +0 −2 Go to diff View file
M tests/unit/common/InviteBuddy/InviteBuddyConfigurationTest.php +20 −30 Go to diff View file