PHP Classes

File: phpunit.xml.dist

Recommend this page to a friend!
  Classes of Hicri   Qwerty PHP TMDB API   phpunit.xml.dist   Download  
File: phpunit.xml.dist
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Qwerty PHP TMDB API
Retrieve movie information with the TMDB API
Author: By
Last change:
Date: 1 year ago
Size: 280 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit bootstrap="vendor/autoload.php" colors="true" stopOnFailure="false"> <testsuites> <testsuite name="TmdbAPI"> <directory>tests</directory> </testsuite> </testsuites> </phpunit>