|
|
@ -1,14 +1,11 @@
|
|
|
|
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
bootstrap="./includes/engelsystem_provider.php"
|
|
|
|
bootstrap="./includes/autoload.php"
|
|
|
|
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/6.3/phpunit.xsd"
|
|
|
|
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/6.3/phpunit.xsd"
|
|
|
|
colors="true"
|
|
|
|
colors="true"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<testsuites>
|
|
|
|
<testsuites>
|
|
|
|
<testsuite name="Models">
|
|
|
|
<testsuite name="Feature">
|
|
|
|
<directory>./test/model/</directory>
|
|
|
|
<directory>./tests/Feature</directory>
|
|
|
|
</testsuite>
|
|
|
|
|
|
|
|
<testsuite name="Logger">
|
|
|
|
|
|
|
|
<directory>./test/Logger/</directory>
|
|
|
|
|
|
|
|
</testsuite>
|
|
|
|
</testsuite>
|
|
|
|
</testsuites>
|
|
|
|
</testsuites>
|
|
|
|
<filter>
|
|
|
|
<filter>
|
|
|
|