PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Michael Scribellito   PHP String Functions   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP String Functions
Wrapper class to treat strings as object
Author: By
Last change:
Date: 8 years ago
Size: 823 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit backupGlobals="false" backupStaticAttributes="false" bootstrap="vendor/autoload.php" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnError="false" stopOnFailure="false" syntaxCheck="true" verbose="true"> <testsuites> <testsuite name="Str Test Suite"> <directory suffix="Test.php">tests</directory> </testsuite> </testsuites> <filter> <whitelist> <directory suffix=".php">src</directory> </whitelist> </filter> <logging> <log type="json" target="build/logfile.json"/> </logging> </phpunit>