There are some tests in our test suite that expect that notices or deprecation warnings are shown. But if you locally have set error_reporting to something other than E_ALL, these notices or warnings may not be shown and the tests would fail. We should set error_reporting to E_ALL before attempting to run any test in our test suite