Updated: Comment #N

Problem/Motivation

#2053519: Broken PHPUnit test with notices enabled for AJAX fails on View with "AJAX: Yes" have shown that notices are not enabled on the testbot, so we might miss problems early.

Proposed resolution

Enable notices in the php configuration or at least somehow just do it for core.

Remaining tasks

User interface changes

API changes

Comments

jthorson’s picture

Current value is: error_reporting = E_ALL & ~E_DEPRECATED

I'm assuming you're looking for error_reporting = E_ALL | E_STRICT?

Just going to give a day or so for discussion before actually deploying this change.

dawehner’s picture

Note: We can even ensure with a test that this happens: https://drupal.org/node/2086687

I guess the problem is that contrib might be affected so the tests could break.

catch’s picture

Status: Active » Closed (duplicate)
jthorson’s picture

Ouch ... buried deep in a long-dead queue!

I'll move it over.