Remove unnecessary setting of error_reporting in intl tests

This commit is contained in:
Nikita Popov 2019-02-05 14:17:42 +01:00
parent 2f1f34952e
commit 480fa42255
2 changed files with 0 additions and 2 deletions

View File

@ -9,7 +9,6 @@ date.timezone=Atlantic/Azores
<?php <?php
ini_set("intl.error_level", E_WARNING); ini_set("intl.error_level", E_WARNING);
ini_set("error_reporting", ~E_DEPRECATED);
/* /*
* Test for the datefmt_set_timezone_id function * Test for the datefmt_set_timezone_id function

View File

@ -9,7 +9,6 @@ date.timezone=Atlantic/Azores
<?php <?php
ini_set("intl.error_level", E_WARNING); ini_set("intl.error_level", E_WARNING);
ini_set("error_reporting", ~E_DEPRECATED);
/* /*
* Test for the datefmt_set_timezone_id function * Test for the datefmt_set_timezone_id function