PHP Classes

File: tests/bootstrap.php

Recommend this page to a friend!
  Classes of Martin Pircher   Skylable SX PHP Client   tests/bootstrap.php   Download  
File: tests/bootstrap.php
Role: Unit test script
Content type: text/plain
Description: unit test bootstrap
Class: Skylable SX PHP Client
Store and retrieve files in Skylable cloud cluster
Author: By
Last change:
Date: 9 years ago
Size: 422 bytes
 

Contents

Class file image Download
<?php
/**
 * Skylable SX PHP Client
 *
 * @package skylablesx
 * @author Martin Pircher <mplx+coding@donotreply.at>
 * @copyright Copyright (c) 2014-2015, Martin Pircher
 * @license http://opensource.org/licenses/BSD-3-Clause BSD-3-Clause
 **/

// report all errors
error_reporting(E_ALL);

// autoloader
$loader = require __DIR__ . '/../vendor/autoload.php';

// timezone
date_default_timezone_set('UTC');