engelsystem/test/phpunit.xml

15 lines
516 B
XML
Raw Normal View History

2015-05-14 17:20:46 +02:00
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2015-06-07 13:45:47 +02:00
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.0/phpunit.xsd"
bootstrap="../includes/engelsystem_provider.php" colors="true"
convertErrorsToExceptions="true" convertNoticesToExceptions="true"
convertWarningsToExceptions="true" forceCoversAnnotation="false">
<testsuites>
<testsuite name="Models">
<directory>model</directory>
</testsuite>
</testsuites>
<php>
<const name="PHPUNIT_TESTSUITE" value="true" />
</php>
2015-05-14 17:20:46 +02:00
</phpunit>