From 0639c6bebbd710d7a1cb1a19b4cd996a1dd114b5 Mon Sep 17 00:00:00 2001 From: Jeremy Mikola Date: Mon, 13 Feb 2012 02:32:29 -0500 Subject: [PATCH] Fix directories in PHPUnit configuration --- phpunit.xml.dist | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index d18eeaa..19cc0db 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -3,16 +3,13 @@ - ./tests/ + ./tests/Jmikola - ./ - - ./tests - + ./src/Jmikola