← Back
Editing: phpunit.xml
<phpunit bootstrap="./vendor/autoload.php" colors="true" convertDeprecationsToExceptions="true"> <testsuites> <testsuite name="unit"> <directory>./tests</directory> </testsuite> </testsuites> </phpunit>
Save File
Cancel