1
0
mirror of https://github.com/danog/dns.git synced 2025-01-23 05:51:11 +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