Fix unit test paths

This commit is contained in:
Thilina Hasantha
2018-05-01 17:05:21 +02:00
parent f803f4265d
commit 257071da2d
3 changed files with 5 additions and 5 deletions

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."core/includes.inc.php");
include(APP_BASE_PATH."includes.inc.php");
}