reducing the phpunit only to workflow folder

This commit is contained in:
Fernando Ontiveros
2012-07-12 20:59:56 -04:00
parent dcc1754ecf
commit bc25d89d95

View File

@@ -12,8 +12,8 @@
bootstrap="tests/bootstrap.php"
>
<testsuites>
<testsuite name="automated">
<directory>./tests/automated/</directory>
<testsuite name="automated processmaker only">
<directory>./tests/automated/workflow/engine</directory>
</testsuite>
<testsuite name="unit">
<directory>./tests/unit/</directory>