Actions
Epic #84280
closedMake unit tests notice free
Start date:
2018-03-15
Due date:
% Done:
100%
Estimated time:
(Total: 0.00 h)
Sprint Focus:
Description
In order to archive a PHP E_NOTICE free core, we need to fix a lot of unit test.
Currently the notices were suppressed in the unit tests by
/**
* Subject is not notice free, disable E_NOTICES
*/
protected static $suppressNotices = true;
After removing this code, the correspondend unit tests will fail if the cause an E_NOTICE.
Your mission, if you choose to accept it: Find the reasons for this notices and clean that up. Can be caused by the tests, by the test subjects or by dependencies.
Find yourself more issues by greping for the above string.
Subtasks 136 (0 open — 136 closed)
Actions