PHP Classes

File: libs/Raptor/Yaml/phpunit.xml.dist

Recommend this page to a friend!
  Classes of william amed   Raptor 2   libs/Raptor/Yaml/phpunit.xml.dist   Download  
File: libs/Raptor/Yaml/phpunit.xml.dist
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Raptor 2
Framework that takes routes from annotations
Author: By
Last change:
Date: 8 years ago
Size: 819 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="vendor/autoload.php" > <testsuites> <testsuite name="Symfony Yaml Component Test Suite"> <directory>./Tests/</directory> </testsuite> </testsuites> <filter> <whitelist> <directory>./</directory> <exclude> <directory>./vendor</directory> <directory>./Tests</directory> </exclude> </whitelist> </filter> </phpunit>