PHP Classes

File: build/travis.phpunit.xml

Recommend this page to a friend!
  Classes of Michal Kowalik   majkel PHP dbase class   build/travis.phpunit.xml   Download  
File: build/travis.phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: majkel PHP dbase class
Create and manipulate databases in DBF format
Author: By
Last change: Update of build/travis.phpunit.xml
Date: 1 year ago
Size: 1,041 bytes
 

Contents

Class file image Download
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.3/phpunit.xsd" bootstrap="../bootstrap.php" backupGlobals="false" backupStaticAttributes="false" cacheTokens="false" colors="true" beStrictAboutTestsThatDoNotTestAnything="true" checkForUnintentionallyCoveredCode="false" beStrictAboutOutputDuringTests="true" beStrictAboutTestSize="true" verbose="true"> <testsuites> <testsuite name="Unit Tests"> <directory>../tests/</directory> </testsuite> <testsuite name="Integration"> <directory>tests/integration</directory> </testsuite> </testsuites> <filter> <whitelist processUncoveredFilesFromWhitelist="true"> <directory suffix=".php">../src/</directory> </whitelist> </filter> <logging> <log type="coverage-text" target="php://stdout"/> </logging> </phpunit>