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
fix: set global \$config stub so smiley_text() does not fatal in unit tests
After fixing global \$user, smiley_text() now fatals on \$config['allow_smilies']
because global \$config is also null in unit test context. Set allow_smilies=0
so smiley_text() returns early without touching \$user->optionget() at all.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments