From 82b1b50ccc40a6461592ca24795c82c4e02dcd5a Mon Sep 17 00:00:00 2001 From: jennylee Date: Tue, 9 Oct 2012 10:38:38 -0400 Subject: [PATCH] BUG-9863 i changed the file 'phpunit.xml' to add the directory to run the UnitTest for REST Services. --- phpunit.xml | 1 + tests/unit/backend/services/AppOwnerTest.php | 13 +++++++++++++ tests/unit/backend/services/ApplicationTest.php | 16 ++++++++++++---- .../backend/services/CalendarDefinitionTest.php | 2 +- tests/unit/backend/services/ProcessTest.php | 2 +- tests/unit/backend/services/SessionTest.php | 6 +++--- tests/unit/backend/services/StepTest.php | 12 ++++++++++++ 7 files changed, 43 insertions(+), 9 deletions(-) diff --git a/phpunit.xml b/phpunit.xml index 61ada556d..c423da389 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -14,6 +14,7 @@ ./tests/automated/ + ./tests/unit/backend/services/