BUG-9863 i changed the file 'phpunit.xml' to add the directory to run the UnitTest for REST Services.
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
<testsuites>
|
||||
<testsuite name="automated">
|
||||
<directory>./tests/automated/</directory>
|
||||
<directory>./tests/unit/backend/services/</directory>
|
||||
</testsuite>
|
||||
<!--
|
||||
<testsuite name="unit">
|
||||
|
||||
Reference in New Issue
Block a user