PHP Classes

File: test-bootstrap.php

Recommend this page to a friend!
  Classes of Gjero Krsteski   Building an Identity Map in PHP   test-bootstrap.php   Download  
File: test-bootstrap.php
Role: Auxiliary script
Content type: text/plain
Description: bootstraping
Class: Building an Identity Map in PHP
Retrieve objects avoiding multiple instances
Author: By
Last change: Update of test-bootstrap.php
Date: 2 months ago
Size: 219 bytes
 

Contents

Class file image Download
<?php
/**
 * PhpUnit Tests
 *
 * The global configuration for the tests.
 */

error_reporting(E_ALL | E_STRICT);

ini_set('display_errors', 1);

date_default_timezone_set('Europe/Berlin');

include_once
'autoload.php';