PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Muhammed M   PHP Page Cache Output   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Page Cache Output
Store full page output in cache files
Author: By
Last change: PSR-16 refactoring, Config created
Date: 7 years ago
Size: 443 bytes
 

Contents

Class file image Download
<phpunit bootstrap="tests/bootstrap.php"> <testsuites> <testsuite name="PageCache"> <directory>tests</directory> </testsuite> </testsuites> <filter> <whitelist processUncoveredFilesFromWhitelist="true"> <directory suffix=".php">src</directory> <exclude> <file>examples/config.php</file> </exclude> </whitelist> </filter> </phpunit>