MarkTraceur has uploaded a new change for review. Change subject: Add tests for EtherEditorPad, and make them work. ......................................................................
Add tests for EtherEditorPad, and make them work. This is a further addition of phpunit tests, so now the entire codebase should be covered. And indeed, I have the code coverage files that prove it. Well, the last remaining things to test would be the remainder of the frontend and the actual hooks themselves. I don't currently intend to do that, though, so it looks like I'm done with unit testing for now! Change-Id: I8cc6465c73010c32b80f18c4ae0350c233620f2e --- M EtherEditorHooks.php M api/DeleteEtherPad.php M api/EtherPadAuth.php M api/ForkEtherPad.php M api/GetContribs.php M api/GetEtherPadText.php M api/KickFromPad.php M includes/EtherEditorPad.php M includes/EtherpadLiteClient.php M tests/phpunit/Makefile A tests/phpunit/includes/EtherEditorPadTest.php 11 files changed, 125 insertions(+), 18 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/EtherEditor refs/changes/01/14401/1 -- To view, visit https://gerrit.wikimedia.org/r/14401 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I8cc6465c73010c32b80f18c4ae0350c233620f2e Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/EtherEditor Gerrit-Branch: master Gerrit-Owner: MarkTraceur <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
