PHP Classes

File: phpunit.xml.dist

Recommend this page to a friend!
  Classes of nvb   PHP Command Line Arguments Parser Class   phpunit.xml.dist   Download  
File: phpunit.xml.dist
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Command Line Arguments Parser Class
Parse CLI script arguments to extract its values
Author: By
Last change:
Date: 3 years ago
Size: 494 bytes
 

Contents

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