Formidable icon indicating copy to clipboard operation
Formidable copied to clipboard

Test enhancement

Open peter279k opened this issue 6 years ago • 0 comments

Changed log

  • Using current assertions to assert the expected and result values.
  • Removing additional white spaces.
  • To be consistency, using the use syntax to declare required namespaces on the beginning of PHP file.
  • Using the magic ::class syntax to assert instance is expected.
  • According to official PHPUnit doc, the setUp and tearDown fixture methods are protected, not public.

peter279k avatar Sep 26 '19 17:09 peter279k