PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Cesar D. Rodas   Haanga   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Haanga
Template engine to process Django style templates
Author: By
Last change:
Date: 4 years ago
Size: 1,121 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <!-- http://www.phpunit.de/manual/current/en/appendixes.configuration.html --> <phpunit backupGlobals = "false" backupStaticAttributes = "false" colors = "true" convertErrorsToExceptions = "true" convertNoticesToExceptions = "true" convertWarningsToExceptions = "true" processIsolation = "false" stopOnError = "true" stopOnFailure = "true" stopOnIncomplete = "true" stopOnSkipped = "ture" syntaxCheck = "true" strict = "false" verbose = "true" debug = "true" bootstrap = "tests/bootstrap.php" > <testsuites> <testsuite name="Haanga tests"> <directory>tests/</directory> </testsuite> </testsuites> <filter> <whitelist> <directory>tests/</directory> <directory suffix=".php">lib/</directory> </whitelist> </filter> </phpunit>