mirror of
https://github.com/code-rhapsodie/connector-mistral.git
synced 2026-03-23 22:22:09 +01:00
21 lines
686 B
XML
21 lines
686 B
XML
<phpunit
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"
|
|
backupGlobals="false"
|
|
backupStaticAttributes="false"
|
|
bootstrap="vendor/autoload.php"
|
|
convertErrorsToExceptions="true"
|
|
convertNoticesToExceptions="true"
|
|
convertWarningsToExceptions="true"
|
|
failOnWarning="true"
|
|
colors="true">
|
|
<testsuites>
|
|
<testsuite name="bundle">
|
|
<directory>tests/bundle</directory>
|
|
</testsuite>
|
|
<testsuite name="lib">
|
|
<directory>tests/lib</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
</phpunit>
|