| 1 |
<?xml version="1.0" encoding="UTF-8"?> |
| 2 |
<phpunit |
| 3 |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 4 |
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.6/phpunit.xsd" |
| 5 |
bootstrap="tests/bootstrap.php" |
| 6 |
colors="true" |
| 7 |
> |
| 8 |
<testsuites> |
| 9 |
<testsuite name="Custom 404 Pro"> |
| 10 |
<directory>tests</directory> |
| 11 |
<exclude>tests/integration</exclude> |
| 12 |
</testsuite> |
| 13 |
</testsuites> |
| 14 |
</phpunit> |
| 15 |
|