1
0
mirror of https://github.com/danog/dns.git synced 2024-11-26 20:14:51 +01:00
Go to file
Danack ac8d451278 Merge commit '671cffe242beee453f272f1d143ee29d6027e2dd' into addedSamplePackets
* commit '671cffe242beee453f272f1d143ee29d6027e2dd':
  Removed bogus check in test - there is still an issue so test is marked as skipped.
  Added resolver tests.
  Fix hosts file bug and tests
2014-07-24 11:35: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 Merge commit '671cffe242beee453f272f1d143ee29d6027e2dd' into addedSamplePackets 2014-07-24 11:35:03 +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