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

v10 #2723

Merged
merged 44 commits into from
Jan 14, 2022
Merged

v10 #2723

merged 44 commits into from
Jan 14, 2022

Conversation

freekmurze
Copy link
Member

  • with support for Laravel 9
  • requires PHP 8

freekmurze and others added 14 commits January 11, 2022 08:54
* Add Pest dependencies

* Add base Pest file

* Convert test cases

* Remove non-compound imports

* Adopt expectation API

* Optimize uses

* Set return type of base TestCase methods

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

* Use Pest test runner

* Shift cleanup

* Fix styling

* wip

* wip

* wip

* wip

* wip

* Fix styling

Co-authored-by: Shift <[email protected]>
Co-authored-by: freekmurze <[email protected]>
@freekmurze freekmurze closed this Jan 11, 2022
@freekmurze freekmurze deleted the v10 branch January 11, 2022 10:00
@freekmurze freekmurze restored the v10 branch January 11, 2022 10:01
@freekmurze freekmurze reopened this Jan 11, 2022
@freekmurze freekmurze merged commit 6a355b2 into main Jan 14, 2022
@freekmurze freekmurze deleted the v10 branch January 14, 2022 14:09
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