- 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) · 365 Bytes
/
Copy pathphpunit.xml
File metadata and controls
8 lines (8 loc) · 365 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"xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"bootstrap="vendor/autoload.php"colors="true">
<testsuites>
<testsuitename="Tests">
<directorysuffix="Test.php">./tests</directory>
</testsuite>
</testsuites>
</phpunit>