trying phpunit will all files and 2.5G php memory

This commit is contained in:
Fernando Ontiveros
2012-07-12 21:11:20 -04:00
parent bc25d89d95
commit be8694d69a

View File

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