1
0
mirror of https://github.com/danog/dns.git synced 2024-11-30 04:29:06 +01:00
Go to file
Chris Wright b4865006d7 Merge branch '0.2'
Conflicts:
	composer.lock
2014-07-29 23:56:03 +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 Fixed test to have correct behaviour. 2014-07-24 14:04:50 +01:00
vendor Update Alert to 0.9.0, .gitignore, composer.lock 2014-07-29 23:17:21 +01:00
.gitignore Update Alert to 0.9.0, .gitignore, composer.lock 2014-07-29 23:17:21 +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 Merge branch '0.2' 2014-07-29 23:56:03 +01:00
composer.lock Merge branch '0.2' 2014-07-29 23:56:03 +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