html5-php
html5-php copied to clipboard
Test enhancement
Changed log
- The PHPUnit fixture
setUpmethod isprotected, notpublic. - Removing additional white spaces.
- Using the
assertTrueandassertFalseto assert expected value istrueandfalse. - Using the
assertInternalTypeis assert expected value type isstring. - To avoid logical condition statement inside assertion, using the
assertContainsto assert the expected sub string contains on specific string result.