PHP Classes

File: phpunit.xml.dist

Recommend this page to a friend!
  Classes of Pierre-Henry Soria   MyDreamLife.eu   phpunit.xml.dist   Download  
File: phpunit.xml.dist
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: MyDreamLife.eu
Plan a life change to a different country
Author: By
Last change:
Date: 1 year ago
Size: 910 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit backupGlobals="false" backupStaticAttributes="false" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="true" stopOnFailure="false" bootstrap="vendor/autoload.php"> <testsuites> <testsuite name="MyDreamLife Test Suite"> <directory>tests</directory> </testsuite> </testsuites> <filter> <whitelist> <directory suffix=".php">app</directory> </whitelist> </filter> <logging> <log type="coverage-text" target="php://stdout" showUncoveredFiles="true" showOnlySummary="true" /> <log type="coverage-html" target="coverage" /> <log type="coverage-clover" target="coverage/clover.xml" /> </logging> </phpunit>