Laravel-Test-Helpers icon indicating copy to clipboard operation
Laravel-Test-Helpers copied to clipboard

Missing getBigint method

Open megawubs opened this issue 11 years ago • 1 comments

I have a model that has a bigint field. Only, my tests fails with:

Exception: Could not calculate correct fixture method

The method he's trying to execute is getBigint, but this method isn't in the Datastore class.

Why is this method not in the Datastore?

megawubs avatar Aug 09 '13 10:08 megawubs

This also should exist for getSmallint.

chipotle avatar Aug 15 '13 05:08 chipotle