From 2c34ab8d625b8c22e7632109a0923dd5491b4421 Mon Sep 17 00:00:00 2001 From: Grzegorz Rola <grola@seostudio.pl> Date: Tue, 12 Nov 2024 08:45:48 +0100 Subject: [PATCH] bugfix(tests): unit --- tests/unit/bootstrap.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/unit/bootstrap.php b/tests/unit/bootstrap.php index 76b8109..599cbc6 100644 --- a/tests/unit/bootstrap.php +++ b/tests/unit/bootstrap.php @@ -3,6 +3,8 @@ * PHPUnit bootstrap file */ +error_reporting( E_ALL ^ E_DEPRECATED ); + require_once __DIR__ . '/../../vendor/autoload.php'; WP_Mock::setUsePatchwork( true ); -- GitLab