You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
578 B
XML
19 lines
578 B
XML
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
bootstrap="./includes/engelsystem_provider.php"
|
|
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/6.3/phpunit.xsd"
|
|
colors="true"
|
|
>
|
|
<testsuites>
|
|
<testsuite name="Models">
|
|
<directory>./test/model/</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
<filter>
|
|
<whitelist>
|
|
<directory>./include/</directory>
|
|
<directory>./public/</directory>
|
|
<directory>./src/</directory>
|
|
</whitelist>
|
|
</filter>
|
|
</phpunit>
|