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

PHPUnit 8 Shift #3

Merged
merged 2 commits into from Sep 23, 2020
Merged

PHPUnit 8 Shift #3

merged 2 commits into from Sep 23, 2020

Conversation

laravel-shift
Copy link
Owner

This pull request contains changes for upgrading to PHPUnit 8 automated by the PHPUnit 8 Shift.

Before merging, you should review all comments and commit any changes to the shift-33717 branch.

If there were changes you felt could have been automated, please reply to the follow-up email with your feedback or on Twitter.

From the [PHPUnit 8 release notes][1], the `TestCase` methods below now declare a `void` return type:

- `setUpBeforeClass()`
- `setUp()`
- `assertPreConditions()`
- `assertPostConditions()`
- `tearDown()`
- `tearDownAfterClass()`
- `onNotSuccessfulTest()`

[1]: https://phpunit.de/announcements/phpunit-8.html
@laravel-shift
Copy link
Owner Author

ℹ️ PHPUnit 8 now enables resolution of test dependencies by default. This was optionally introduced in PHPUnit 7.2. If necessary, you may configure this from the command line or within phpunit.xml.

@laravel-shift
Copy link
Owner Author

ℹ️ PHPUnit 8 now enables caching of test results by default. This was optionally introduced in PHPUnit 7.3. If necessary, you may configure this from the command line or within phpunit.xml.

@laravel-shift laravel-shift merged commit 1925c66 into master Sep 23, 2020
@laravel-shift laravel-shift deleted the shift-33717 branch September 23, 2020 14:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants