PHP Classes

File: testing/phpunit.xml

Recommend this page to a friend!
  Classes of Subin Siby   PHPF   testing/phpunit.xml   Download  
File: testing/phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHPF
Reformat PHP scripts according to code style
Author: By
Last change:
Date: 7 years ago
Size: 513 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit backupGlobals="false" backupStaticAttributes="false" bootstrap="tests/bootstrap.php" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" syntaxCheck="false"> <testsuites> <testsuite name="Default Test Suite"> <directory suffix=".php">tests/</directory> </testsuite> </testsuites> </phpunit>