PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Asher Wolfstein   PHP Builder Pattern Generator   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: unit testing
Class: PHP Builder Pattern Generator
Generate code for classes with the builder pattern
Author: By
Last change:
Date: 8 years ago
Size: 545 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"> <testsuites> <testsuite name="Phabstractic Test Suite"> <directory suffix=".php">./tests/Phabstractic</directory> </testsuite> </testsuites> </phpunit>