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