Refactor the Locator class!
Pre-release
Pre-release
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.