JeffreyWay / Laravel-Test-Helpers

Easier testing in Laravel.
https://packagist.org/packages/way/laravel-test-helpers
217 stars 40 forks source link

Uses the name of the database column for mocked objects (Fixes Issue #24) #25

Closed jamime closed 6 years ago

jamime commented 11 years ago

Uses the name of the database column for mocked objects (case-sensitive). Stops using the array key (case-insensitive).

Items currently use the key of the doctrine array. They should use the name of the column which is available through getName().

jamime commented 11 years ago

Any feedback @JeffreyWay ?

jamime commented 11 years ago

bump.