You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upon running a test using tests/run_tests.php, when it does the install GLPI step,Symfony complains about replacing the logger service because it is private. Clearly, the setting of it as synthetic is broken.
Not sure if it just affects me or if this feature wasn't testing during review but clearly it works in CI somehow. I removed my local_define.php during testing and it doesn't change the result for me.
Code of Conduct
Is there an existing issue for this?
Version
11.0.0-beta2
Bug description
Broken since cf4354c.
Upon running a test using
tests/run_tests.php
, when it does the install GLPI step,Symfony complains about replacing the logger service because it is private. Clearly, the setting of it as synthetic is broken.Not sure if it just affects me or if this feature wasn't testing during review but clearly it works in CI somehow. I removed my
local_define.php
during testing and it doesn't change the result for me.Relevant log output
Page URL
No response
Steps To reproduce
No response
Your GLPI setup information
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: