Hashar has submitted this change and it was merged. Change subject: Make tests, make the tests work. ......................................................................
Make tests, make the tests work. This is the first stab at making a testing suite for EtherEditor. I could decidedly use some review on this one, to make sure that I did it all right. I only added tests for the API calls to start, but I'm definitely interested in testing the JavaScript side of things at least a bit, and maybe even trying to test the other PHP in this extension. Change-Id: Id34838f89126178cf2d6657531f2606d7d050eff --- M EtherEditor.php M EtherEditorHooks.php M includes/EtherEditorPad.php A tests/phpunit/EtherEditorTest.php A tests/phpunit/Makefile A tests/phpunit/api/DeleteEtherPadTest.php A tests/phpunit/api/EtherEditorApiTestCase.php A tests/phpunit/api/EtherPadAuthTest.php A tests/phpunit/api/ForkEtherPadTest.php A tests/phpunit/api/GetContribsTest.php A tests/phpunit/api/GetEtherPadTextTest.php A tests/phpunit/api/KickFromPadTest.php 12 files changed, 473 insertions(+), 12 deletions(-) Approvals: Hashar: Verified; Looks good to me, approved -- To view, visit https://gerrit.wikimedia.org/r/14109 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Id34838f89126178cf2d6657531f2606d7d050eff Gerrit-PatchSet: 8 Gerrit-Project: mediawiki/extensions/EtherEditor Gerrit-Branch: master Gerrit-Owner: MarkTraceur <[email protected]> Gerrit-Reviewer: Hashar <[email protected]> Gerrit-Reviewer: Krinkle <[email protected]> Gerrit-Reviewer: MarkTraceur <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
