PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Jorge Cobis   PHP Bootstrap Helpers   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Bootstrap Helpers
Generate HTML pages programatically with Bootstrap
Author: By
Last change: Update of phpunit.xml
Date: 2 months ago
Size: 449 bytes
 

Contents

Class file image Download
<phpunit bootstrap="vendor/autoload.php" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsotalion="false" stopOnFailure="false" syntaxCheck="false" verbose="true" > <testsuites> <testsuite name="BootHelp test suite"> <directory>tests</directory> </testsuite> </testsuites> </phpunit>