mirror of
https://github.com/danog/dns.git
synced 2025-01-23 05:51:11 +01:00
444 B
444 B
Addr
Asynchronous DNS resolver using Alert.
Tests
Tests can be run from the command line using:
php vendor/bin/phpunit -c test/phpunit.xml
or to exlude tests that require a working internet connection:
php vendor/bin/phpunit -c test/phpunit.xml --exclude-group internet