From 84afff9ad2edf540d13a96f96e0eaef5d3b752a5 Mon Sep 17 00:00:00 2001 From: toopay Date: Sat, 27 Jul 2013 06:31:15 +0700 Subject: [PATCH] Default phpunit config that will be ignored if phpunit.xml exists --- phpunit.xml.dist | 55 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 phpunit.xml.dist diff --git a/phpunit.xml.dist b/phpunit.xml.dist new file mode 100644 index 00000000..796f4c11 --- /dev/null +++ b/phpunit.xml.dist @@ -0,0 +1,55 @@ + + + + + tests/authorization + + + tests/resource + + + tests/util + + + + + PEAR_INSTALL_DIR + PHP_LIBDIR + vendor/composer + vendor/mockery + vendor/phpunit + tests + testing + + + + + + + + + + + + + + + + + + League\OAuth2\Server + + + DtNuuOrBh1QBXVyRqmVldC2Au11DVti9n + + + https://coveralls.io/api/v1/jobs + + + /tmp + + + + + + \ No newline at end of file