forked from swoole/typephp
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpunit.xml
More file actions
Latest commit
8 lines (8 loc) · 505 Bytes
/
Copy pathphpunit.xml
File metadata and controls
8 lines (8 loc) · 505 Bytes
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="UTF-8"?>
<phpunitxmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"backupGlobals="false"bootstrap="./phpunit/bootstrap.php"colors="true"processIsolation="false"stopOnFailure="false"xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.4/phpunit.xsd"cacheDirectory=".phpunit.cache"backupStaticProperties="false">
<testsuites>
<testsuitename="Tests">
<directorysuffix="Test.php">./phpunit</directory>
</testsuite>
</testsuites>
</phpunit>