From 8a6823b78dc286e0c256b06ff1b8ca9dc2c2457b Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Mon, 4 Feb 2013 19:45:19 +0000 Subject: [PATCH] Removed resource tests, added util tests --- build/phpunit.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/build/phpunit.xml b/build/phpunit.xml index 792b1799..48e085c6 100644 --- a/build/phpunit.xml +++ b/build/phpunit.xml @@ -2,10 +2,10 @@ - ../tests/authentication + ../tests/authentication - - ../tests/resource + + ../tests/util @@ -13,7 +13,9 @@ PEAR_INSTALL_DIR PHP_LIBDIR ../vendor/composer + ../vendor/mockery ../tests + ../testing