PHP Classes

File: tests/bootstrap.php

Recommend this page to a friend!
  Classes of vincent FALIES   tmdb   tests/bootstrap.php   Download  
File: tests/bootstrap.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: tmdb
Search for movies using the TMDB API
Author: By
Last change: Update of tests/bootstrap.php
Date: 4 years ago
Size: 337 bytes
 

Contents

Class file image Download
<?php
/*
 * This file is part of the TMDB package.
 *
 * (c) Vincent Faliès <vincent@vfac.fr>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
date_default_timezone_set('UTC');
require
__DIR__.'/../vendor/autoload.php';

@
unlink('logs/unittest.log');