PHP Classes

File: phpunit.xml.bak

Recommend this page to a friend!
  Classes of Rodrigo Faustino   PHP CRUD MVC   phpunit.xml.bak   Download  
File: phpunit.xml.bak
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP CRUD MVC
Develop applications that provide CRUD interfaces
Author: By
Last change:
Date: 7 months ago
Size: 778 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit bootstrap="vendor/autoload.php" colors="true" verbose="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false"> <testsuites> <testsuite name="Your Test Suite"> <directory>backend/tests</directory> </testsuite> </testsuites> <filter> <whitelist processUncoveredFilesFromWhitelist="true"> <directory suffix=".php">backend/</directory> </whitelist> </filter> <logging> <log type="coverage-html" target="coverage-report" lowUpperBound="35" highLowerBound="70"/> </logging> </phpunit>