PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Jorge Cobis   TAD   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: phpunit conf
Class: TAD
Communicate with ZK time and attendance devices
Author: By
Last change: Update of phpunit.xml
Date: 2 months ago
Size: 447 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="TAD-PHP test suite"> <directory>test</directory> </testsuite> </testsuites> </phpunit>