reneoelke / Php53to54

PHP_CodeSniffer standard for compatibility checking of PHP 5.3 to 5.4 migrations.
http://foobugs.com
Other
6 stars 1 forks source link

Deprecated_Functions UnitTest: is it intended that warnings are errors instead? #62

Open goatherd opened 12 years ago

goatherd commented 12 years ago

PHP53to54_Tests_Deprecated_FunctionsUnitTest::testSniff [LINE 3] Expected 0 error(s) and 2 warning(s) in FunctionsUnitTest.inc but found 1 error(s) and 0 warning(s). The error(s) found were: -> Function import_request_variables() has been deprecated [LINE 5] Expected 0 error(s) and 1 warning(s) in FunctionsUnitTest.inc but found 1 error(s) and 0 warning(s). The error(s) found were: -> Function mcrypt_generic_end() has been deprecated