PHP Classes

File: src/SendIt/phpunit.xml

Recommend this page to a friend!
  Packages of Wolfy-J   spiral   src/SendIt/phpunit.xml   Download  
File: src/SendIt/phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: spiral
Modular Web application development framework
Author: By
Last change:
Date: 2 months ago
Size: 815 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit bootstrap="vendor/autoload.php" backupGlobals="false" backupStaticAttributes="false" colors="true" verbose="false" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" stopOnError="false" stderr="true"> <testsuites> <testsuite name="Test Suite"> <directory>tests</directory> </testsuite> </testsuites> <filter> <whitelist> <directory>src</directory> </whitelist> </filter> <php> <ini name="error_reporting" value="-1"/> <ini name="memory_limit" value="-1"/> </php> </phpunit>