Skip to content

Commit

Permalink
added file for starting tests
Browse files Browse the repository at this point in the history
  • Loading branch information
josephmancuso committed Oct 1, 2017
1 parent b0a2b1b commit 5e06cbc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions StartTesting.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?php
error_reporting(E_ERROR | E_WARNING | E_PARSE);
$_SERVER['DOCUMENT_ROOT'] = realpath('');

require 'vendor/autoload.php';
require 'application/providers/routes/autoload.php';

0 comments on commit 5e06cbc

Please sign in to comment.