D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
psa
/
admin
/
plib
/
vendor
/
ratchet
/
rfc6455
/
Filename :
phpunit.xml.dist
back
Copy
<?xml version="1.0" encoding="UTF-8"?> <phpunit forceCoversAnnotation="true" bootstrap="tests/bootstrap.php" colors="true" backupGlobals="false" backupStaticAttributes="false" stopOnError="false" > <testsuites> <testsuite name="tests"> <directory>./tests</directory> </testsuite> </testsuites> <coverage processUncoveredFiles="true"> <include> <directory suffix=".php">./src</directory> </include> </coverage> </phpunit>