PHP Classes

File: phpunit.xml.dist

Recommend this page to a friend!
  Classes of nvb   PHP Code Generator Software   phpunit.xml.dist   Download  
File: phpunit.xml.dist
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Code Generator Software
Generate PHP code structures programatically
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>