Subject | Repo | Branch | Lines /- | |
---|---|---|---|---|
Add unit test for Hooks | mediawiki/extensions/TemplateWizard | master | 26 -0 |
Details
Details
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Open | None | T186850 Wikimedia-deployed extensions/skins with no PHPUnit coverage | |||
Resolved | Samwilson | T315781 TemplateWizard has no PHPUnit tests |
Event Timeline
Comment Actions
Does it need to have any PHP tests? The only PHP code in it is two hook handlers, one to load a RL module and one to add a frontend config var (total of about 3 lines of actual code).
If it helps with automated scanning of missing tests, then no worries let's add the tests. But otherwise, I probably wouldn't bother.
Comment Actions
Change #1072104 had a related patch set uploaded (by Samwilson; author: Samwilson):
[mediawiki/extensions/TemplateWizard@master] Add unit test for Hooks
Comment Actions
Change #1072104 merged by jenkins-bot:
[mediawiki/extensions/TemplateWizard@master] Add unit test for Hooks