PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Johnny Mast   Redbox PHP Scandir Filter   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Redbox PHP Scandir Filter
Scan files for new or modified files
Author: By
Last change: Last minute changes
Date: 8 years ago
Size: 864 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" stopOnFailure="false" syntaxCheck="false" > <testsuites> <testsuite name="local"> <directory suffix=".php">./tests/</directory> </testsuite> <testsuite name="travis"> <directory suffix=".php">./tests/</directory> <exclude>./tests/FtpAdapterMiscTest.php</exclude> <exclude>./tests/FtpAdapterTest.php</exclude> </testsuite> </testsuites> <filter> <whitelist> <directory>./src</directory> </whitelist> </filter> </phpunit>