This is an example of autoloading classes and including unit tests.
This commit is contained in:
parent
cf1f60e092
commit
dd6987ff02
7 changed files with 90 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
|||
<?php
|
||||
|
||||
require_once('autoload.php');
|
||||
require_once('boot.php');
|
||||
|
||||
$a = new App;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue