1
0
mirror of https://github.com/danog/dns.git synced 2024-11-26 20:14:51 +01:00
dns/README.md

444 B

Addr

Asynchronous DNS resolver using Alert.

Tests

Build Status

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