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

Merged
merged 7 commits into from
Feb 10, 2022
Merged

Laravel 9.x #33

merged 7 commits into from
Feb 10, 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
    b49b5bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a9a882 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
    51ca56a 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
    eb675db View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    252cadc View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

  1. Update composer.json

    rennokki authored Feb 10, 2022
    Configuration menu
    Copy the full SHA
    6115870 View commit details
    Browse the repository at this point in the history
  2. Update ci.yml

    rennokki authored Feb 10, 2022
    Configuration menu
    Copy the full SHA
    ab1ca15 View commit details
    Browse the repository at this point in the history