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

fix: Setting error handler inside an isolated test may cause test failure on PHP 8.3 #5677

Closed

Commits on Jan 23, 2024

  1. test: Add regression test for sebastianbergmannGH-5595

    Signed-off-by: Natsuki Ikeguchi <me@s6n.jp>
    siketyan committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    92cc4f1 View commit details
    Browse the repository at this point in the history
  2. fix: Setting error handler inside an isolated test may cause test fai…

    …lure on PHP 8.3
    
    Signed-off-by: Natsuki Ikeguchi <me@s6n.jp>
    siketyan committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    507e1d9 View commit details
    Browse the repository at this point in the history
  3. style: Fix CS

    Signed-off-by: Natsuki Ikeguchi <me@s6n.jp>
    siketyan committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    9dacf83 View commit details
    Browse the repository at this point in the history
  4. refactor: Use closure for no-op error handlers

    Co-authored-by: Michael Voříšek <mvorisek@mvorisek.cz>
    Signed-off-by: Natsuki Ikeguchi <me@s6n.jp>
    siketyan and mvorisek committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    a5f3908 View commit details
    Browse the repository at this point in the history