Skip to content

Refactor the Locator class!

Pre-release
Pre-release
Compare
Choose a tag to compare
@mallardduck mallardduck released this 04 May 01:28

Changed

  • Improved the flexibility of the WhoisServerList tests.
  • Refactor AbstractClient and client to use the AbstractLocator and DomainLocator.
  • Update AbstractClient property name - from tldLocator to whoisLocator - to better reflect usage.
  • Refactor tests to use DomainLocator instead of removed Locator class.

Added

  • Create an AbstractLocator and DomainLocator for more flexibility!

Removed

  • Cleaned up some more PHP 5.6 support code from tests.
  • Removed old style locator class.