woocommerce/tests/php
Christopher Allford 7bf9c31f64 Adjusted the column name normalization to avoid squashing meta key case sensitivity
Since we were converting the field to lowercase we ended up inserting meta in all lowercase, regardless of what it was in the CSV file. We should only be using the normalized field name when looking at the default columns, and should instead rely on a case-insensitive regex for the special columns.

One thing to note is that we're still defaulting the $headers array to the normalized field, as we don't want to change what is being passed to the filter for unmapped columns.
2020-05-14 21:20:55 -07:00
..
includes/admin Adjusted the column name normalization to avoid squashing meta key case sensitivity 2020-05-14 21:20:55 -07:00
src Moved the PSR-4 namespaced test directory to the correct folder 2020-05-14 21:20:47 -07:00