BUG-9863 i changed the file 'phpunit.xml' to add the directory to run the UnitTest for REST Services.

This commit is contained in:
jennylee
2012-10-09 10:38:38 -04:00
parent 5c710ad80d
commit 82b1b50ccc
7 changed files with 43 additions and 9 deletions

View File

@@ -14,6 +14,7 @@
<testsuites>
<testsuite name="automated">
<directory>./tests/automated/</directory>
<directory>./tests/unit/backend/services/</directory>
</testsuite>
<!--
<testsuite name="unit">