From 770580556811fe93b2cf8dc55e14522811656099 Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Mon, 6 Aug 2012 15:32:11 +0100 Subject: [PATCH] build sh tool location fix --- test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test b/test index f5147d16..dae89d37 100755 --- a/test +++ b/test @@ -1 +1 @@ -vendor/bin/phpunit --coverage-text --configuration tests/phpunit.xml +vendor/bin/phpunit --coverage-text --configuration build/phpunit.xml