Fix unit tests

This commit is contained in:
Thilina Hasantha
2018-05-01 15:21:43 +02:00
parent e3a7e18d9c
commit dda445659c

View File

@@ -34,5 +34,5 @@ if (!class_exists('SessionUtils')) {
if (!class_exists('TestTemplate')) {
include(dirname(__FILE__).'/TestTemplate.php');
include(dirname(__FILE__).'/helper/EmployeeTestDataHelper.php');
include(APP_BASE_PATH."/includes.inc.php");
include(APP_BASE_PATH."core/includes.inc.php");
}