Removing dependency on sample data

This commit is contained in:
gamonoid
2017-09-07 08:43:09 +02:00
parent 9b5bf92903
commit becda3d0e1
5 changed files with 104 additions and 24 deletions

View File

@@ -30,6 +30,7 @@ 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");
}