Add unit tests for Html helper methods and change messageBox visibility
authorjdlrobson <jdlrobson@gmail.com>
Wed, 15 Nov 2017 19:11:02 +0000 (11:11 -0800)
committerLegoktm <legoktm@member.fsf.org>
Tue, 21 Nov 2017 21:11:28 +0000 (21:11 +0000)
commitba45450febab7e5d8aad439fb1e6da4b0d2a3ee9
treefa9bff3f247c10090394a4c158215f3092c2fb57
parent4a957675a702fb60be663edd28cba2ee2fa996f3
Add unit tests for Html helper methods and change messageBox visibility

* Messagebox is now private to Html class to discourage unconventional
  usages
* Tests are added for all three helper methods added in
  4e7021a2318

Bug: T166915
Change-Id: I1c3e4131b2439c0f4fb94ad4e616a909b52d6b78
includes/Html.php
tests/phpunit/includes/HtmlTest.php