diff --git a/test/TestTemplate.php b/test/TestTemplate.php index 37bef48f..9e4800be 100644 --- a/test/TestTemplate.php +++ b/test/TestTemplate.php @@ -105,8 +105,8 @@ class TestTemplate extends PHPUnit_Framework_TestCase exec($createDBCommand); $scripts = array( - APP_BASE_PATH."core/scripts/icehrmdb.sql", - APP_BASE_PATH."core/scripts/icehrm_master_data.sql" + APP_BASE_PATH."scripts/icehrmdb.sql", + APP_BASE_PATH."scripts/icehrm_master_data.sql" ); foreach ($scripts as $insql) { diff --git a/test/bootstrap.php b/test/bootstrap.php index fd30899f..ce55b96b 100644 --- a/test/bootstrap.php +++ b/test/bootstrap.php @@ -15,8 +15,8 @@ exec($createDBCommand); //Run create table script $scripts = array( - APP_BASE_PATH."core/scripts/icehrmdb.sql", - APP_BASE_PATH."core/scripts/icehrm_master_data.sql", + APP_BASE_PATH."scripts/icehrmdb.sql", + APP_BASE_PATH."scripts/icehrm_master_data.sql", ); foreach ($scripts as $insql) {