PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Fernando Val   Springy   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Springy
Microframework for Web application development
Author: By
Last change: Vendor and unit tests adjustment
Date: 6 years ago
Size: 417 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit bootstrap="tests/bootstrap.php" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" syntaxCheck="false" > <testsuites> <testsuite name="Tests"> <directory>./tests/</directory> </testsuite> </testsuites> </phpunit>