-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Does not work with Jeffrey Way's Factory #32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I don't think I will be able to solve this, as doctrine is not used. |
is it fixed and how |
This was referenced Nov 26, 2018
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am trying to do some testing. In doing so, I am generating random data for a model using Jeffrey Way's helper Factory. However, trying to do so by calling
$model = Factory::make('CategoryModel');
generates this error:His repository is at https://github.com/JeffreyWay/Laravel-Test-Helpers. I wonder if this is fixable?
The text was updated successfully, but these errors were encountered: