diff --git a/deploy/tests/bills.php b/deploy/tests/bills.php index 3240386..57d39f5 100644 --- a/deploy/tests/bills.php +++ b/deploy/tests/bills.php @@ -2,7 +2,11 @@ include '../../includes/class.Import.php'; -$import = new Import(); +/* + * Instantiate the logging class + */ +$log = new Log; +$import = new Import($log); $csv_line = '"HB1","Absentee voting; no excuse required.","H208","Herring","H22","Committee Referral Pending","11/18/19","","","","","","","","N","N","N","N","N","N","N","N","HB1","11/18/19","","","","","","","","","","","H2201","","","","","11/18/19","H2201"'; $bill = str_getcsv($csv_line, ',', '"');