PHP Classes

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

Recommend this page to a friend!
  Classes of Renato Lucena   PHP Pokemon Script   vendor/doctrine/instantiator/phpunit.xml.dist   Download  
File: vendor/doctrine/instantiator/phpunit.xml.dist
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Pokemon Script
Provides an API to manage a database of Pokemons
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>