D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
psa
/
admin
/
plib
/
vendor
/
plesk
/
zf1
/
Filename :
phpunit.xml.dist
back
Copy
<?xml version="1.0" encoding="UTF-8"?> <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd" bootstrap="./tests/TestHelper.php" verbose="true" colors="true"> <testsuites> <testsuite name="Zend Framework - Testsuite"> <directory>./tests/Zend</directory> </testsuite> </testsuites> <php> <ini name="memory_limit" value="-1"/> <ini name="display_errors" value="1"/> </php> </phpunit>