-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
Morph One #91
Morph One #91
Conversation
…Y up the tests a bit
I recommend squashing this PR when it is ready to be merged 😬 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ryandialpad This is looking amazing! I've added a test case for make
method to increase the coverage. But everything else looking good to me.
Once we resolve the discussion we have with the property names, I think we are ready to merge this 👍
Thanks for the feedback! Updated |
Type of PR:
Breaking changes:
Details
Closes #90
Adds Morph One Polymorphic relation & accompanying tests. Follow-up PR to add documentation.
The tests were created following the existing feature test pattern for the other relations.