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 PHPUnit 8 warnings #610

Merged
merged 1 commit into from
Apr 10, 2019
Merged

Fix PHPUnit 8 warnings #610

merged 1 commit into from
Apr 10, 2019

Conversation

roberto-aguilar
Copy link
Contributor

The assertArraySubset method has been deprecated and the assertContains method should no longer be used with strings.

This alternatives suppress those warnings.

Before:

Captura de pantalla 2019-04-10 a la(s) 10 46 01

After:

Captura de pantalla 2019-04-10 a la(s) 10 47 07

The `assertArraySubset` method has been deprecated and the
`assertContains` method should no longer be used with strings.

This alternatives suppress the warnings.
@taylorotwell taylorotwell merged commit 69ba357 into laravel:2.0 Apr 10, 2019
@roberto-aguilar roberto-aguilar deleted the feature/phpunit branch April 10, 2019 21:32
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.

None yet

2 participants