Remove invalid dates from sample data and fix tests
This commit is contained in:
@@ -22,7 +22,6 @@ $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."scripts/unit_tests.sql"
|
||||
);
|
||||
|
||||
foreach ($scripts as $insql){
|
||||
@@ -31,4 +30,4 @@ foreach ($scripts as $insql){
|
||||
exec($command);
|
||||
}
|
||||
|
||||
echo "Bootstrapping done!!"."\r\n";
|
||||
echo "Bootstrapping done!!"."\r\n";
|
||||
|
||||
Reference in New Issue
Block a user