Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Fix PHP8 deprecation #373

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

Fix PHP8 deprecation #373

wants to merge 3 commits into from

Commits on Jan 6, 2021

  1. Fix PHP8 deprecation

    When run behat with PHP8 it shown next deprecation warning:
    ```
    $ behat
    PHP Deprecated:  Method ReflectionParameter::getClass() is deprecated in /var/www/html/vendor/behat/mink-extension/src/Behat/MinkExtension/ServiceContainer/Driver/GoutteFactory.php on line 119
    ```
    zviryatko authored Jan 6, 2021
    Configuration menu
    Copy the full SHA
    fc739ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f4efbc View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2021

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