2018-05-26 19:50:59 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
|
|
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/6.5/phpunit.xsd"
|
|
|
|
backupGlobals="true"
|
|
|
|
bootstrap="../../.Build/vendor/nimut/testing-framework/res/Configuration/UnitTestsBootstrap.php"
|
|
|
|
colors="true"
|
|
|
|
>
|
|
|
|
<testsuites>
|
2018-05-26 20:44:18 +02:00
|
|
|
<!--
|
|
|
|
There can also be multiple "testsuite" elements, e.g., for executing all unit tests from multiple extensions.
|
|
|
|
-->
|
2018-05-26 19:50:59 +02:00
|
|
|
<testsuite name="Model unit tests">
|
|
|
|
<directory>../../Tests/Unit/Domain/Model</directory>
|
|
|
|
</testsuite>
|
|
|
|
</testsuites>
|
|
|
|
</phpunit>
|