PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of vincent FALIES   tmdb   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: tmdb
Search for movies using the TMDB API
Author: By
Last change: Update of phpunit.xml
Date: 5 years ago
Size: 589 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit bootstrap="tests/bootstrap.php" colors="true"> <testsuites> <testsuite name="Vfac TMDB Test Suite"> <directory>./tests/</directory> </testsuite> </testsuites> <filter> <whitelist> <directory suffix=".php">./src/</directory> </whitelist> </filter> <!-- <logging> <log type="coverage-clover" target="build/logs/clover.xml"/> <log type="coverage-html" target="logs/build/coverage" lowUpperBound="35" highLowerBound="70"/> </logging> --> </phpunit>