20 lines
598 B
XML
20 lines
598 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<phpunit backupGlobals="false"
|
|
backupStaticAttributes="false"
|
|
colors="true"
|
|
convertErrorsToExceptions="true"
|
|
convertNoticesToExceptions="true"
|
|
convertWarningsToExceptions="true"
|
|
processIsolation="false"
|
|
stopOnFailure="false"
|
|
syntaxCheck="true"
|
|
bootstrap="./autoload.php">
|
|
<testsuite name="Magento Unit Test">
|
|
<directory>testsuite</directory>
|
|
</testsuite>
|
|
<filter>
|
|
<whitelist>
|
|
<directory>../../app/code/community</directory>
|
|
</whitelist>
|
|
</filter>
|
|
</phpunit> |