PHP Classes

File: tests/unit/bootstrap.php

Recommend this page to a friend!
  Classes of Pierre-Henry Soria   Minimalist PHP Sales Site   tests/unit/bootstrap.php   Download  
File: tests/unit/bootstrap.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Minimalist PHP Sales Site
Implement a sales site from configuration files
Author: By
Last change:
Date: 1 year ago
Size: 124 bytes
 

Contents

Class file image Download
<?php

define
('SITE_NAME', 'Test Site Name');
define('SITE_URL', 'http://localhost');
define('APP_EMAIL', 'test@test.com');