* @license GNU General Public License, version 2 (GPL-2.0) * * For full copyright and license information, please see * the docs/CREDITS.txt file. * */ /** * @group functional */ class phpbb_functional_acp_bbcodes_test extends phpbb_functional_test_case { public function test_htmlspecialchars() { $this->login(); $this->admin_login(); // Create the BBCode $crawler = self::request('GET', 'adm/index.php?i=acp_bbcodes&sid=' . $this->sid . '&mode=bbcodes&action=add'); $form = $crawler->selectButton('Submit')->form(array( 'bbcode_match' => '[mod="{TEXT1}"]{TEXT2}[/mod]', 'bbcode_tpl' => '