contao / core-bundle

[READ-ONLY] Contao Core Bundle
GNU Lesser General Public License v3.0
123 stars 58 forks source link

Fix 'undefined index' PHP notices #1709

Closed sebj54 closed 4 years ago

sebj54 commented 4 years ago

I implemented some unit tests to my Contao app and some of the tests fail because of the Undefined Index PHP notices.

Some of my changes are already implemented in newer versions of Contao.

aschempp commented 4 years ago

It's a known limitation of the old Contao code that there are Undefined Index notices. I think we agreed not to change that years ago. Contao automatically disabled the errors messages on boot time.

Also, please only make pull requests to https://github.com/contao/contao, this is a read-only repository split.