Web Entry 2.0 Rest - Skin EP
ACCEPTANCE CRITERIAS:
1. Get list of global and installed skins.
2. Verify that the list includes skins available only for the workspace.
This commit is contained in:
davidcallizaya
2017-05-24 14:04:07 -04:00
parent beb9c68879
commit 4304abc2a6
6 changed files with 299 additions and 13 deletions

View File

@@ -12,17 +12,6 @@
bootstrap="tests/bootstrap.php"
>
<testsuites>
<!-- <testsuite name="automated">
<directory>./tests/automated/</directory>
</testsuite>
<testsuite name="unit">
<directory>./tests/unit/</directory>
</testsuite>
<testsuite name="api">
<directory>./workflow/engine/src/</directory>
</testsuite>-->
<testsuite name="workflow">
<directory>./tests/workflow/engine/src/</directory>
</testsuite>
@@ -55,7 +44,7 @@
<var name="DB_USER" value="root" />
<var name="DB_PASS" value="" />
<var name="PATH_DB" value="./test_shared/workflow_data/sites/" />
<var name="PATH_DATA" value="./test_shared/workflow_data/sites/" />
<var name="PATH_DATA" value="./test_shared/workflow_data/" />
<var name="APP_HOST" value="localhost" />
<var name="HTTPS" value="off" />
</php>