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

PHP 8.1 compatability when phpunit autoload file doesnt exit #272

Open
wants to merge 1 commit into
base: 1.9/develop
Choose a base branch
from

Commits on Oct 26, 2022

  1. PHP 8.1 compatability when phpunit autoload file doesnt exit

    oil attempts to load phpunits autoload file, ignoring failures
    if it isn't able to load the file.  The code was using the @ operator
    to supress errors in loading the file.
    
    This change will check if the file exists as a gate in front of
    loading it, which will prevent the error that is no longer
    supressed in php 8.1
    iturgeon committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    ca1e719 View commit details
    Browse the repository at this point in the history