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

Laravel 9.x #17

Merged
merged 5 commits into from
Feb 9, 2022
Merged

Laravel 9.x #17

merged 5 commits into from
Feb 9, 2022

Commits on Feb 3, 2022

  1. 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 3, 2022
    Configuration menu
    Copy the full SHA
    23c032a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19fa559 View commit details
    Browse the repository at this point in the history
  3. Add phpunit/phpunit

    laravel-shift committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    c0a7527 View commit details
    Browse the repository at this point in the history
  4. Add mockery/mockery

    laravel-shift committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    5183c81 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c301829 View commit details
    Browse the repository at this point in the history