PHP Classes

File: phpunit.xml.dist

Recommend this page to a friend!
  Classes of nvb   PHP Toolbox   phpunit.xml.dist   Download  
File: phpunit.xml.dist
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Toolbox
General purpose classes to use in PHP projects
Author: By
Last change:
Date: 3 years ago
Size: 510 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> </phpunit>