From f803f4265d7c230ccc85935a36b63353860dae99 Mon Sep 17 00:00:00 2001 From: Thilina Hasantha Date: Tue, 1 May 2018 15:30:54 +0200 Subject: [PATCH] Fix db name issue --- test/bootstrap.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/test/bootstrap.php b/test/bootstrap.php index 3ab7ba6b..fd30899f 100644 --- a/test/bootstrap.php +++ b/test/bootstrap.php @@ -15,9 +15,8 @@ exec($createDBCommand); //Run create table script $scripts = array( - APP_BASE_PATH."scripts/icehrmdb.sql", - APP_BASE_PATH."scripts/icehrm_master_data.sql", - //APP_BASE_PATH."scripts/icehrm_sample_data.sql", + APP_BASE_PATH."core/scripts/icehrmdb.sql", + APP_BASE_PATH."core/scripts/icehrm_master_data.sql", ); foreach ($scripts as $insql) {