From: Philipp Date: Fri, 14 Mar 2025 23:39:35 +0000 (+0100) Subject: Avoid deprecated polluting X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5f70ae9c1ed939c31da438038c5a0485d72ceead;p=friendica.git Avoid deprecated polluting --- diff --git a/tests/bootstrap.php b/tests/bootstrap.php index ee628029f4..05771f6503 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -11,6 +11,7 @@ if (!file_exists(__DIR__ . '/../vendor/autoload.php')) { die('Vendor path not found. Please execute "bin/composer.phar install" on the command line in the web root.'); } +error_reporting(E_ALL & ~E_DEPRECATED & ~E_USER_DEPRECATED); require __DIR__ . '/../vendor/autoload.php'; // Backward compatibility