PHPCompatibility / PHPCompatibilitySymfony

PHPCompatibility rulesets which can be included in projects using the Symfony polyfill libraries
GNU Lesser General Public License v3.0
6 stars 4 forks source link

PHP 7.2 Polyfill: prevent triggering new error in test #12

Closed jrfnl closed 5 years ago

jrfnl commented 5 years ago

The test file is only supposed to check that the polyfill provided functions are correctly excluded.

However, the new PHPCompatibility.ParameterValues.NewIconvMbstringCharsetDefault was being triggered too as the test file did not pass all the parameters.

Fixed now.