← Back
Editing: phpunit.xml.dist
<?xml version="1.0" encoding="UTF-8"?> <phpunit colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" syntaxCheck="false" bootstrap="test/bootstrap.php" > <testsuites> <testsuite name="Html2Text Test Suite"> <directory>test</directory> </testsuite> </testsuites> </phpunit>
Save File
Cancel