D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
shubmkcj
/
urbane.createerp.com
/
vendor
/
statickidz
/
php-google-translate-free
/
Filename :
phpunit.xml
back
Copy
<?xml version="1.0" encoding="UTF-8"?> <phpunit bootstrap="vendor/autoload.php" backupGlobals="false" backupStaticAttributes="false" colors="true" verbose="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false"> <testsuites> <testsuite name="Statickidz Google Translate library"> <directory>tests</directory> </testsuite> </testsuites> <logging> <log type="json" target="build/report_unit_test_json.json" /> <log type="junit" target="build/report_unit_test_junit.xml" /> </logging> </phpunit>