Show deprecations in tests

This commit is contained in:
Ben Ramsey
2021-09-23 17:04:10 -05:00
parent e9cf6713bd
commit aa6535442e
-2
View File
@@ -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');