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" bootstrap="tests/bootstrap.php"
> >
<testsuites> <testsuites>
<testsuite name="automated"> <testsuite name="automated processmaker only">
<directory>./tests/automated/</directory> <directory>./tests/automated/workflow/engine</directory>
</testsuite> </testsuite>
<testsuite name="unit"> <testsuite name="unit">
<directory>./tests/unit/</directory> <directory>./tests/unit/</directory>