From a2980a491d220dbbb805adef190d8a2f2c18ddaa Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 5 Jun 2013 09:11:23 +0200 Subject: php-nrk-Predis: cleanups --- phpunit.xml.dist | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 phpunit.xml.dist (limited to 'phpunit.xml.dist') diff --git a/phpunit.xml.dist b/phpunit.xml.dist new file mode 100644 index 0000000..1a6a012 --- /dev/null +++ b/phpunit.xml.dist @@ -0,0 +1,39 @@ + + + + + + tests/Predis/ + + + + + + ext-phpiredis + ext-curl + realm-webdis + + + + + + + + + + lib/Predis/ + + + + + + + + + + + + + + + -- cgit