html5-php icon indicating copy to clipboard operation
html5-php copied to clipboard

Test enhancement

Open peter279k opened this issue 6 years ago • 0 comments

Changed log

  • The PHPUnit fixture setUp method is protected, not public.
  • Removing additional white spaces.
  • Using the assertTrue and assertFalse to assert expected value is true and false.
  • Using the assertInternalType is assert expected value type is string.
  • To avoid logical condition statement inside assertion, using the assertContains to assert the expected sub string contains on specific string result.

peter279k avatar Nov 12 '19 09:11 peter279k