added bootstrap file for starting session
This commit is contained in:
6
tests/bootstrap.php
Normal file
6
tests/bootstrap.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
require_once dirname(__FILE__) . '/../session/Session.php';
|
||||
|
||||
Session::start();
|
||||
?>
|
Reference in New Issue
Block a user