PHP Classes

File: Makefile

Recommend this page to a friend!
  Classes of vincent FALIES   tmdb   Makefile   Download  
File: Makefile
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 Makefile
Date: 4 years ago
Size: 197 bytes
 

Contents

Class file image Download
all: clean coverage test: vendor/bin/phpunit coverage: vendor/bin/phpunit --coverage-html=logs/build/coverage view-coverage: open logs/build/coverage/index.html clean: rm -rf logs/build/*