PHP Classes

File: phpunit.xml.dist

Recommend this page to a friend!
  Classes of Pierre-Henry Soria   Simple PHP Podcast Generator   phpunit.xml.dist   Download  
File: phpunit.xml.dist
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Simple PHP Podcast Generator
Generate podcast RSS from audio and video files
Author: By
Last change:
Date: 1 year ago
Size: 372 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="utf-8"?> <phpunit bootstrap="tests/unit/bootstrap.php" colors="true"> <testsuites> <testsuite name="Unit Tests"> <directory>tests/unit</directory> </testsuite> </testsuites> <filter> <whitelist> <directory suffix=".php">src</directory> </whitelist> </filter> </phpunit>