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 #72

Merged
merged 6 commits into from
Mar 3, 2024
Merged

PHPUnit 10 Shift #72

merged 6 commits into from
Mar 3, 2024

Commits on Mar 3, 2024

  1. Configuration menu
    Copy the full SHA
    a4cc64d 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 Mar 3, 2024
    Configuration menu
    Copy the full SHA
    d80a7b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d3c909 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9598cd7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    48235b2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c41d72f View commit details
    Browse the repository at this point in the history