PHP Classes

File: libraries/vendor/sebastian/exporter/phpunit.xml.dist

Recommend this page to a friend!
  Classes of Duong Huynh Nghia   PHP Slim Framework 3 Modular Application   libraries/vendor/sebastian/exporter/phpunit.xml.dist   Download  
File: libraries/vendor/sebastian/exporter/phpunit.xml.dist
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Slim Framework 3 Modular Application
Create modular applications using Slim Framework
Author: By
Last change:
Date: 7 years ago
Size: 654 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit backupGlobals="false" bootstrap="vendor/autoload.php" beStrictAboutTestsThatDoNotTestAnything="true" beStrictAboutOutputDuringTests="true" beStrictAboutTodoAnnotatedTests="true" checkForUnintentionallyCoveredCode="true" forceCoversAnnotation="true" verbose="true"> <testsuites> <testsuite name="exporter"> <directory>tests</directory> </testsuite> </testsuites> <filter> <whitelist addUncoveredFilesFromWhitelist="true" processUncoveredFilesFromWhitelist="true"> <directory>src</directory> </whitelist> </filter> </phpunit>