mirror of
https://github.com/danog/dns.git
synced 2024-11-27 04:24:48 +01:00
19 lines
444 B
Markdown
19 lines
444 B
Markdown
Addr
|
|
====
|
|
|
|
Asynchronous DNS resolver using [Alert](https://github.com/rdlowrey/Alert).
|
|
|
|
|
|
Tests
|
|
=====
|
|
|
|
[![Build Status](https://travis-ci.org/DaveRandom/Addr.svg?branch=master)](https://travis-ci.org/DaveRandom/Addr)
|
|
|
|
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`
|