PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Jorge Castro   PHP Array One   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Array One
Perform several types of operations on arrays
Author: By
Last change:
Date: 1 year ago
Size: 713 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="ArrayOne Test Suite"> <directory suffix="Test.php">./test</directory> </testsuite> </testsuites> <filter> <whitelist processUncoveredFilesFromWhitelist="true"> <directory suffix=".php">./lib</directory> </whitelist> </filter> </phpunit>