stable
Clone or download
Read-only
Merge commit 'refs/changes/25/14425/1' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: request #13124: Ensure no mock from Mockery are created in PHPUnit data providers Change-Id: Idbab3a8143cdd85a0c65985489d0b4235bfcfbda
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/phpunit/Tracker/Notifications/Settings/UserNotificationSettingsTest.php | +4 | −6 | Go to diff View file |
A | tests/lib/PHPUnit/NoMockeryMockInDataProviderExtension.php | +41 | −0 | Go to diff View file |
M | tests/phpunit/common/Project/REST/UserRESTReferenceRetrieverTest.php | +6 | −2 | Go to diff View file |
M | tests/phpunit/common/Project/Webhook/ProjectCreatedPayloadTest.php | +9 | −8 | Go to diff View file |
M | tests/phpunit/phpunit.xml | +3 | −0 | Go to diff View file |
A | tests/phpunit/tests/PHPUnit/NoMockeryMockInDataProviderExtensionTest.php | +48 | −0 | Go to diff View file |