PHP Classes

File: libraries/vendor/doctrine/instantiator/phpunit.xml.dist

Recommend this page to a friend!
  Classes of Duong Huynh Nghia   PHP Slim Framework 3 Modular Application   libraries/vendor/doctrine/instantiator/phpunit.xml.dist   Download  
File: libraries/vendor/doctrine/instantiator/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: 6 years ago
Size: 635 bytes
 

Contents

Class file image Download
<?xml version="1.0"?> <phpunit bootstrap="./vendor/autoload.php" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" verbose="true" stopOnFailure="false" processIsolation="false" backupGlobals="false" syntaxCheck="true" > <testsuite name="Doctrine\Instantiator tests"> <directory>./tests/DoctrineTest/InstantiatorTest</directory> </testsuite> <filter> <whitelist addUncoveredFilesFromWhitelist="true"> <directory suffix=".php">./src</directory> </whitelist> </filter> </phpunit>