-
Notifications
You must be signed in to change notification settings - Fork 11.1k
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
DatabaseEloquentModelTests failing #22133
Comments
You can verify this by looking at CI results on any 5.5 PR |
Fixes laravel#22133 Signed-off-by: Beau Hastings <beausy@gmail.com>
@themsaid you closed my issue, but didn't bother to reproduce it. There's static state from a previous test that is affecting other tests. I've updated my commit to fix them. |
Thanks for the PR, I've closed since as Dylan said Travis is not failing and thus the overall tests are running successfully, in that case opening a PR would be a great chance for us to identify the issue and discuss a change that might prevent it. |
* Fix connection resolver and static side effect Fixes #22133 Signed-off-by: Beau Hastings <beausy@gmail.com> * Formatting
Description:
The following tests fail on a fresh clone of 5.5:
Steps To Reproduce:
Clone the repo. Install dependencies.
phpunit --filter DatabaseEloquentModelTest
Other
Want to make sure I'm not the only one. I fixed the errors with hastinbe/framework@d6c7673
The text was updated successfully, but these errors were encountered: