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();
|
||||||
|
?>
|
@ -1,5 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<phpunit backupGlobals="true"
|
<phpunit bootstrap="bootstrap.php"
|
||||||
|
backupGlobals="true"
|
||||||
backupStaticAttributes="false"
|
backupStaticAttributes="false"
|
||||||
colors="true"
|
colors="true"
|
||||||
convertErrorsToExceptions="true"
|
convertErrorsToExceptions="true"
|
||||||
|
Reference in New Issue
Block a user