Merge branch 'master' of github.com:engelsystem/engelsystem
commit
c88b1adcfe
@ -1,11 +1,14 @@
|
|||||||
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.0/phpunit.xsd"
|
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.0/phpunit.xsd"
|
||||||
bootstrap="../includes/engelsystem_provider.php" colors="true" convertErrorsToExceptions="true"
|
bootstrap="../includes/engelsystem_provider.php" colors="true"
|
||||||
convertNoticesToExceptions="true" convertWarningsToExceptions="true"
|
convertErrorsToExceptions="true" convertNoticesToExceptions="true"
|
||||||
forceCoversAnnotation="false">
|
convertWarningsToExceptions="true" forceCoversAnnotation="false">
|
||||||
<testsuites>
|
<testsuites>
|
||||||
<testsuite name="Models">
|
<testsuite name="Models">
|
||||||
<directory>model</directory>
|
<directory>model</directory>
|
||||||
</testsuite>
|
</testsuite>
|
||||||
</testsuites>
|
</testsuites>
|
||||||
|
<php>
|
||||||
|
<const name="PHPUNIT_TESTSUITE" value="true" />
|
||||||
|
</php>
|
||||||
</phpunit>
|
</phpunit>
|
||||||
|
Loading…
Reference in New Issue