PHP Classes

File: tests/bootstrap.php

Recommend this page to a friend!
  Classes of Lars Moelleken   Simple Cache Class   tests/bootstrap.php   Download  
File: tests/bootstrap.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Simple Cache Class
Store cache values in different container types
Author: By
Last change: Update of tests/bootstrap.php
Date: 1 year ago
Size: 171 bytes
 

Contents

Class file image Download
<?php

\error_reporting(\E_ALL);
\
ini_set('display_errors', 1);

require_once \
dirname(__DIR__) . '/vendor/autoload.php';

$_SERVER['$_SERVER_NAME'] = '';
$_SESSION = [];