mirror of
https://github.com/pestphp/pest.git
synced 2026-04-22 23:17:28 +02:00
18 lines
602 B
XML
18 lines
602 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:noNamespaceSchemaLocation="../vendor/phpunit/phpunit/phpunit.xsd"
|
|
bootstrap="bootstrap.php"
|
|
colors="true"
|
|
cacheDirectory="../.phpunit.cache/tests-tia"
|
|
executionOrder="default"
|
|
failOnRisky="false"
|
|
failOnWarning="false">
|
|
<testsuites>
|
|
<testsuite name="tia">
|
|
<directory>.</directory>
|
|
<exclude>Fixtures</exclude>
|
|
<exclude>Support</exclude>
|
|
</testsuite>
|
|
</testsuites>
|
|
</phpunit>
|