D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
www
/
oems
/
wp-content
/
plugins
/
media-library-organizer
/
Filename :
phpunit.xml
back
Copy
<phpunit bootstrap="tests/bootstrap.php" backupGlobals="false" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" > <testsuites> <testsuite name="unit"> <directory prefix="test-" suffix=".php">./tests/</directory> </testsuite> </testsuites> </phpunit>