cache-memcached.php

Memcached driver for my cache library
git clone git://git.finwo.net/lib/cache-memcached.php
Log | Files | Refs | README

phpunit.xml (467B)


      1 <?xml version="1.0" encoding="UTF-8"?>
      2 
      3 <phpunit bootstrap="vendor/autoload.php" colors="true">
      4 
      5     <testsuites>
      6         <testsuite name="finwo/cache-memcached test suite">
      7             <directory>./tests/</directory>
      8         </testsuite>
      9     </testsuites>
     10 
     11     <filter>
     12         <whitelist>
     13             <directory>./</directory>
     14             <exclude>
     15                 <directory>./tests</directory>
     16             </exclude>
     17         </whitelist>
     18     </filter>
     19 </phpunit>