PHP Classes

File: phpunit.xml.dist

Recommend this page to a friend!
  Classes of nvb   CSV Component for PHP   phpunit.xml.dist   Download  
File: phpunit.xml.dist
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: CSV Component for PHP
Reader and writer for CSV files
Author: By
Last change: Test enhancement
Date: 5 years ago
Size: 635 bytes
 

Contents

Class file image Download
<phpunit bootstrap="test/bootstrap.php" cacheTokens="false" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" stopOnError="true" stopOnFailure="true" stopOnIncomplete="false" stopOnSkipped="false"> <testsuites> <testsuite name="Locator Component Test Suite"> <directory>test/</directory> </testsuite> </testsuites> <filter> <whitelist> <directory suffix=".php">source</directory> </whitelist> </filter> </phpunit>