D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
tattooscyy
/
api
/
vendor
/
phpunit
/
phpunit
/
tests
/
basic
/
Filename :
configuration.basic.xml
back
Copy
<?xml version="1.0" encoding="UTF-8"?> <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../phpunit.xsd" verbose="false" colors="false"> <testsuites> <testsuite name="basic"> <directory suffix="Test.php">unit</directory> <directory suffix=".phpt">integration</directory> </testsuite> </testsuites> <php> <const name="PHPUNIT_TESTSUITE_BASIC" value="true"/> </php> </phpunit>