Files
yii/tests/unit/phpunit.xml
2009-03-10 18:00:11 +00:00

12 lines
292 B
XML

<phpunit bootstrap="bootstrap.php"
colors="false"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
stopOnFailure="false">
<testsuite name="Yii Framework Core Code">
<directory>./framework</directory>
</testsuite>
</phpunit>