We will be off on April 7th (Monday) for public holiday in our country

Commit fba07462 authored by Colin Mollenhour's avatar Colin Mollenhour

Make error messages more helpful for debugging.

parent bb476f1c
...@@ -130,6 +130,6 @@ class EcomDev_PHPUnit_Model_Mysql4_Fixture extends Mage_Core_Model_Mysql4_Abstra ...@@ -130,6 +130,6 @@ class EcomDev_PHPUnit_Model_Mysql4_Fixture extends Mage_Core_Model_Mysql4_Abstra
return serialize($value['serialized']); return serialize($value['serialized']);
} }
throw new InvalidArgumentException('Unrecognized type for DB column'); throw new InvalidArgumentException('Unrecognized type for DB column: '.print_r($value, 1));
} }
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment