EmailChecker icon indicating copy to clipboard operation
EmailChecker copied to clipboard

Test enhancement

Open peter279k opened this issue 7 years ago • 0 comments

Changed log

  • Add more tests.
  • Set the multiple PHPUnit versions to support different PHP versions.
  • Using the correct assertions to assert the expected and result values.
  • Apply the phpcbf fixed by PSER2 coding style.
  • The getMock is deprecated since PHPUnit 5.7and disabled in 6.5+. Replace the getMock with getMockBuilder to mock the class instances.

peter279k avatar Aug 10 '18 16:08 peter279k