PHP Classes

File: vendor/doctrine/doctrine-cache-bundle/phpunit.xml.dist

Recommend this page to a friend!
  Classes of Murat Cileli   Papernic   vendor/doctrine/doctrine-cache-bundle/phpunit.xml.dist   Download  
File: vendor/doctrine/doctrine-cache-bundle/phpunit.xml.dist
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Papernic
Manage documents colaboratively
Author: By
Last change:
Date: 7 years ago
Size: 970 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit bootstrap="Tests/bootstrap.php" convertWarningsToExceptions="true" convertNoticesToExceptions="true" convertErrorsToExceptions="true" backupStaticAttributes="false" processIsolation="false" backupGlobals="false" stopOnFailure="false" syntaxCheck="false" colors="true"> <testsuites> <testsuite name="Symfony Bundle for Doctrine Cache"> <directory>./Tests</directory> </testsuite> </testsuites> <groups> <exclude> <group>benchmark</group> </exclude> </groups> <filter> <whitelist> <directory>.</directory> <exclude> <directory>./Resources</directory> <directory>./vendor</directory> <directory>./Tests</directory> </exclude> </whitelist> </filter> </phpunit>