From a43c1d36c433d6237dff8cdb4e4fad8a7a40ac8c Mon Sep 17 00:00:00 2001 From: Erik Amaru Ortiz Date: Thu, 3 Apr 2014 12:06:52 -0400 Subject: [PATCH] Updating build.xml and phpunit.xml to add and run API unit tests suite --- build.xml | 5 ++++- phpunit.xml | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/build.xml b/build.xml index 4d81eee93..bac41ff99 100644 --- a/build.xml +++ b/build.xml @@ -123,7 +123,10 @@ - + + + + diff --git a/phpunit.xml b/phpunit.xml index d3ed5e4d7..a5de70e63 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -20,6 +20,9 @@ ./tests/unit/ --> + + ./workflow/engine/src/ +