EmailChecker
EmailChecker copied to clipboard
Test enhancement
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
phpcbffixed by PSER2 coding style. - The
getMockis deprecated since PHPUnit5.7and disabled in6.5+. Replace thegetMockwithgetMockBuilderto mock the class instances.