Initial unit tests, code cleanup
This commit is contained in:
@ -26,5 +26,5 @@ foreach ($datasets as $dataset) {
|
||||
if (!$headers) $headers = array_keys($row);
|
||||
$rows++;
|
||||
}
|
||||
echo " ".$rows." rows\n - ".join("\n - ",$headers)."\n";
|
||||
echo " # ".$rows." rows\n - ".join("\n - ",$headers)."\n";
|
||||
}
|
||||
|
Reference in New Issue
Block a user