PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Jorge Castro   Mapache Commons   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Mapache Commons
Manipulate text, collections and debug PHP code
Author: By
Last change:
Date: 3 years ago
Size: 699 bytes
 

Contents

Class file image Download
<phpunit backupGlobals="false" backupStaticAttributes="false" colors="true" verbose="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" bootstrap="test/bootstrap.php"> <testsuites> <testsuite name="Mapache Commons Test Suite"> <directory suffix="Test.php">./test</directory> </testsuite> </testsuites> <filter> <whitelist processUncoveredFilesFromWhitelist="true"> <directory suffix=".php">./lib</directory> </whitelist> </filter> </phpunit>