PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Carlos Artur Curvelo da Matos   Mnemosyne Attributes based PHP caching   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Mnemosyne Attributes based PHP caching
Cache class functions' output using annotations
Author: By
Last change:
Date: 7 days ago
Size: 546 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd" bootstrap="vendor/autoload.php" colors="true" cacheDirectory=".phpunit.cache" displayDetailsOnTestsThatTriggerDeprecations="false"> <testsuites> <testsuite name="Mnemosyne Test Suite"> <directory>tests</directory> </testsuite> </testsuites> <source> <include> <directory suffix=".php">src</directory> </include> </source> </phpunit>