add immediate path

This commit is contained in:
Mike Macgirvin 2024-03-23 05:05:40 +11:00
parent 965c0f6d9c
commit 0a979033dc

View file

@ -3,7 +3,7 @@
set_include_path(
'../include' . PATH_SEPARATOR
. '../library' . PATH_SEPARATOR
. '../'
. '../' . PATH_SEPARATOR . './'
);
define('\UNIT_TESTING', 1);
require_once('boot.php');