Commit bb476f1c authored by Colin Mollenhour's avatar Colin Mollenhour

Fix using tables in fixtures that don't have entity configs.

parent 0ed8142e
......@@ -27,6 +27,7 @@ class EcomDev_PHPUnit_Model_Mysql4_Fixture extends Mage_Core_Model_Mysql4_Abstra
protected function _construct()
{
$this->_setResource('ecomdev_phpunit');
$this->_resourceModel = NULL;
}
/**
......@@ -131,4 +132,4 @@ class EcomDev_PHPUnit_Model_Mysql4_Fixture extends Mage_Core_Model_Mysql4_Abstra
throw new InvalidArgumentException('Unrecognized type for DB column');
}
}
\ No newline at end of file
}
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