JeffreyWay / Laravel-Test-Helpers

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

Column names are not case sensitive. #24

Closed jamime closed 11 years ago

jamime commented 11 years ago

Columns such as firstName are returned as firstname. As far as I can tell this is due to line 209 of factory.php

      return static::$columns[$this->tableName] = $this->db->getDoctrineSchemaManager()->listTableDetails($tableName)->getColumns();
jamime commented 11 years ago

Fixed by pull request #25