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 10 Shift #170

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

PHPUnit 10 Shift #170

wants to merge 6 commits into from

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    e6a10e4 View commit details
    Browse the repository at this point in the history
  2. 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
    laravel-shift committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    00fbe03 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eaaa8b8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8f71b11 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    25eb5d8 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2024

  1. Configuration menu
    Copy the full SHA
    ac0ca32 View commit details
    Browse the repository at this point in the history