PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Packages of Jorge Castro   CacheOne   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: CacheOne
Store and retrieve data in groups using Redis
Author: By
Last change: 2.15
Date: 8 months ago
Size: 859 bytes
 

Contents

Class file image Download
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/8.5/phpunit.xsd" backupGlobals="false" backupStaticAttributes="false" colors="true" verbose="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" bootstrap="test/bootstrap.php"> <testsuites> <testsuite name="PdoOne Test Suite"> <directory suffix="Test.php">./test</directory> </testsuite> </testsuites> <filter> <whitelist processUncoveredFilesFromWhitelist="true"> <directory suffix=".php">./lib</directory> </whitelist> </filter> </phpunit>