This is an example of autoloading classes and including unit tests.

This commit is contained in:
Beanow 2014-10-11 00:13:59 +02:00
commit dd6987ff02
7 changed files with 90 additions and 2 deletions

View file

@ -1,5 +1,6 @@
<?php
require_once('autoload.php');
require_once('boot.php');
$a = new App;