D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
www
/
oems
/
wp-content
/
plugins
/
novelist
/
Filename :
phpunit.xml
back
Copy
<?xml version="1.0" encoding="UTF-8" ?> <phpunit bootstrap="tests/bootstrap.php" colors="true" failOnWarning="true" > <testsuites> <testsuite name="Unit"> <directory suffix="Test.php">./tests/Unit</directory> </testsuite> </testsuites> </phpunit>