PHP Classes

File: phpunit.xml.dist

Recommend this page to a friend!
  Classes of Niko   React PHP PSR Cache Bridge   phpunit.xml.dist   Download  
File: phpunit.xml.dist
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: React PHP PSR Cache Bridge
Provides PSR compliant cache interface using React
Author: By
Last change:
Date: 5 years ago
Size: 351 bytes
 

Contents

Class file image Download
<phpunit bootstrap="vendor/autoload.php"> <testsuites> <testsuite name="Default"> <directory>tests</directory> </testsuite> </testsuites> <filter> <whitelist processUncoveredFilesFromWhitelist="true"> <directory suffix=".php">./src</directory> </whitelist> </filter> </phpunit>