|
|
@@ -4,15 +4,14 @@
|
|
|
processIsolation="false"
|
|
|
stopOnFailure="false"
|
|
|
syntaxCheck="false"
|
|
|
- bootstrap="./tests/bootstrap.php"
|
|
|
- >
|
|
|
+ bootstrap="./tests/bootstrap.php">
|
|
|
<php>
|
|
|
<ini name="memory_limit" value="-1"/>
|
|
|
<ini name="apc.enable_cli" value="1"/>
|
|
|
</php>
|
|
|
<testsuites>
|
|
|
<testsuite name="Tools">
|
|
|
- <directory>./tests/TestCase/</directory>
|
|
|
+ <directory>./tests/</directory>
|
|
|
</testsuite>
|
|
|
</testsuites>
|
|
|
<listeners>
|