set_listener(); $this->config['abbc3_qr_bbcodes'] = $enabled; $this->user->expects($enabled ? self::once() : self::never()) ->method('add_lang') ->with('posting'); $this->template->expects($enabled ? self::once() : self::never()) ->method('assign_vars') ->with([ 'S_ABBC3_QUICKREPLY' => true, 'S_BBCODE_ALLOWED' => true, ]); $this->listener->set_quick_reply(); $this->listener->add_to_quickreply(); } } function display_custom_bbcodes() { }