1
0
mirror of https://github.com/danog/dns.git synced 2024-11-26 20:14:51 +01:00
Go to file
2014-07-24 12:25:56 +01:00
examples Finished initial implementation 2014-06-15 00:47:15 +01:00
lib/Addr Fix hosts file bug and tests 2014-07-22 16:18:26 +01:00
src Finished initial implementation 2014-06-15 00:47:15 +01:00
test Changed bbc test to use an array to be consistent with others, and also added note about test should check two IP addreses. 2014-07-24 12:25:56 +01:00
vendor Initial commit 2014-06-13 18:17:49 +01:00
.gitignore Remove .idea and add .gitignore 2014-06-15 20:14:36 +01:00
.gitmodules Initial commit 2014-06-13 18:17:49 +01:00
.travis.yml Tests, Travis and Cache implementations 2014-07-21 12:24:35 +01:00
composer.json Changed to project standard bracket placement. Moved AddrCache to Addr\Cache. Refactored to use 'use', added not about running tests to readme. Moved travis badge to point at main repo. 2014-07-21 14:12:51 +01:00
composer.lock Changed to project standard bracket placement. Moved AddrCache to Addr\Cache. Refactored to use 'use', added not about running tests to readme. Moved travis badge to point at main repo. 2014-07-21 14:12:51 +01:00
README.md Changed to project standard bracket placement. Moved AddrCache to Addr\Cache. Refactored to use 'use', added not about running tests to readme. Moved travis badge to point at main repo. 2014-07-21 14:12:51 +01:00

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