-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathphpunit.xml
More file actions
6 lines (6 loc) · 525 Bytes
/
Copy pathphpunit.xml
File metadata and controls
6 lines (6 loc) · 525 Bytes
1
2
3
4
5
6
<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" backupGlobals="true" bootstrap="vendor/autoload.php" colors="true" failOnRisky="true" failOnWarning="true" processIsolation="false" stopOnError="false" stopOnFailure="false" cacheResult="false" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.3/phpunit.xsd" cacheDirectory=".phpunit.cache" backupStaticProperties="false">
<testsuite name="Unit Test">
<directory>tests</directory>
</testsuite>
</phpunit>