Skip to content
This repository was archived by the owner on May 27, 2023. It is now read-only.

Fix default value for 'attribute_set_id'.#283

Merged
IvanChepurnyi merged 2 commits intoEcomDev:devfrom
colinmollenhour:dev
May 11, 2017
Merged

Fix default value for 'attribute_set_id'.#283
IvanChepurnyi merged 2 commits intoEcomDev:devfrom
colinmollenhour:dev

Conversation

@colinmollenhour
Copy link
Contributor

The variable "$row" is passed to _getTableRecord, but since $row is a copy of $value[$index] it was not receiving the default attribute_set_id.

@colinmollenhour
Copy link
Contributor Author

Added another commit for cases where I specify a table in a fixture with no rows which is useful for just truncating tables that were updated during the test to avoid foreign key errors.

@IvanChepurnyi IvanChepurnyi merged commit 35c08fb into EcomDev:dev May 11, 2017
@colinmollenhour
Copy link
Contributor Author

Thanks for the merge, and for the great PHPUnit module!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants