From aa6535442ecf1e7fc74ccb38027de5ac3ef0c078 Mon Sep 17 00:00:00 2001 From: Ben Ramsey Date: Thu, 23 Sep 2021 17:04:10 -0500 Subject: [PATCH] Show deprecations in tests --- tests/bootstrap.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/bootstrap.php b/tests/bootstrap.php index c0393bc..92e8a4c 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -6,8 +6,6 @@ * @codingStandardsIgnoreFile */ -error_reporting(E_ALL & ~E_DEPRECATED); - // Ensure floating-point precision is set to 14 (the default) for tests. ini_set('precision', '14');