Skip to content
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

Fix Factory compatibility issue with Lumen < 7 #12

Merged
merged 1 commit into from
Apr 29, 2021

Conversation

ibpavlov
Copy link
Contributor

@ibpavlov ibpavlov commented Apr 7, 2021

With illuminate/database version 7 Factory names are removed - more info laravel/framework#30867

Checking for property name ensures that this parameter can be passed.

With illuminate/database version 7 Factory names are removed - more info laravel/framework#30867

Checking for property `name` ensures that this parameter can be passed.
@ibpavlov
Copy link
Contributor Author

Hey, could someone take a look at this Merge request as most of out tests are failing?
@Naktibalda @TavoNiievez

Copy link
Member

@TavoNiievez TavoNiievez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ibpavlov Sorry for the delay, apparently I was not subscribed to the module, and therefore I was not notified of your PR.

Looks good to me.

@TavoNiievez TavoNiievez merged commit d06a7e2 into Codeception:master Apr 29, 2021
@TavoNiievez TavoNiievez added this to the 2.0.1 milestone Apr 29, 2021
@TavoNiievez
Copy link
Member

I released your change as 2.0.1.
Thank you

@ibpavlov
Copy link
Contributor Author

I released your change as 2.0.1.
Thank you

Thank you too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants