<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="Bootstrap.php" cbackupStaticAttributes="false"
colors="true"
convertErrorsToExceptions="false"
convertNoticesToExceptions="false"
convertWarningsToExceptions="false"
processIsolation="false"
stopOnFailure="false"
syntaxCheck="false">
<testsuites>
<testsuite name="MelisCmsProspectsTest">
<directory suffix=".php">./MelisCmsProspectsTest</directory>
</testsuite>
</testsuites>
</phpunit>
|