PHP Classes

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

Recommend this page to a friend!
  Classes of Renato De Oliveira Lucena   PHP Pokemon Script   vendor/doctrine/inflector/phpunit.xml.dist   Download  
File: vendor/doctrine/inflector/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: 821 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="false" stopOnFailure="false" syntaxCheck="false" bootstrap="./tests/Doctrine/Tests/TestInit.php" > <testsuites> <testsuite name="Doctrine Inflector Test Suite"> <directory>./tests/Doctrine/</directory> </testsuite> </testsuites> <filter> <whitelist> <directory>./lib/Doctrine/</directory> </whitelist> </filter> <groups> <exclude> <group>performance</group> </exclude> </groups> </phpunit>