Built out new Display class with tests
Not hooked up to the Controller yet, wanted to get Travis setup.
This commit is contained in:
parent
99a04865e8
commit
07a95a7508
7 changed files with 386 additions and 73 deletions
16
tests/bootstrap.php
Normal file
16
tests/bootstrap.php
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?php
|
||||
|
||||
ob_start();
|
||||
|
||||
require_once '/usr/local/Cellar/php55/5.5.7/lib/php/vfsStream/vfsStream.php';
|
||||
|
||||
$root = vfsStream::setup('site');
|
||||
define('SITE_PATH', vfsStream::url('site/'));
|
||||
|
||||
require_once 'classes/Object.php';
|
||||
require_once 'classes/Config.php';
|
||||
require_once 'classes/Display.php';
|
||||
require_once 'classes/File.php';
|
||||
require_once 'pickles.php';
|
||||
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue