PHP Classes

File: Tests/bootstrap.php

Recommend this page to a friend!
  Packages of Andrew Male   Config Migration   Tests/bootstrap.php   Download  
File: Tests/bootstrap.php
Role: Configuration script
Content type: text/plain
Description: Configuration script
Class: Config Migration
Migrate configuration files between versions
Author: By
Last change:
Date: 27 days ago
Size: 131 bytes
 

Contents

Class file image Download
<?php

    setlocale
(LC_ALL, 'en_US.utf8');
   
date_default_timezone_set('America/New_York');

    require(
'./vendor/autoload.php');