forked from wapmorgan/FileTypeDetector
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpunit.xml
More file actions
Latest commit
14 lines (14 loc) · 501 Bytes
/
Copy pathphpunit.xml
File metadata and controls
14 lines (14 loc) · 501 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<phpunitbootstrap="vendor/autoload.php"colors="true"backupGlobals="false"
backupStaticAttributes="false"syntaxCheck="false">
<testsuites>
<testsuitename="Tests">
<directorysuffix="Test.php">tests</directory>
</testsuite>
</testsuites>
<filter>
<whitelistprocessUncoveredFilesFromWhitelist="false">
<directorysuffix=".php">src</directory>
</whitelist>
</filter>
</phpunit>