mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
Merge branch '3.3.x'
This commit is contained in:
18
tests/text_processing/tickets_data/PHPBB3-16252.after.php
Normal file
18
tests/text_processing/tickets_data/PHPBB3-16252.after.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
/**
|
||||
*
|
||||
* This file is part of the phpBB Forum Software package.
|
||||
*
|
||||
* @copyright (c) phpBB Limited <https://www.phpbb.com>
|
||||
* @license GNU General Public License, version 2 (GPL-2.0)
|
||||
*
|
||||
* For full copyright and license information, please see
|
||||
* the docs/CREDITS.txt file.
|
||||
*
|
||||
*/
|
||||
|
||||
function after_assert_phpbb3_16252($vars)
|
||||
{
|
||||
extract($vars);
|
||||
$test->assertEmpty($parser->get_errors());
|
||||
}
|
17
tests/text_processing/tickets_data/PHPBB3-16252.before.php
Normal file
17
tests/text_processing/tickets_data/PHPBB3-16252.before.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
/**
|
||||
*
|
||||
* This file is part of the phpBB Forum Software package.
|
||||
*
|
||||
* @copyright (c) phpBB Limited <https://www.phpbb.com>
|
||||
* @license GNU General Public License, version 2 (GPL-2.0)
|
||||
*
|
||||
* For full copyright and license information, please see
|
||||
* the docs/CREDITS.txt file.
|
||||
*
|
||||
*/
|
||||
|
||||
function before_assert_phpbb3_16252($vars)
|
||||
{
|
||||
$vars['parser']->disable_bbcode('url');
|
||||
}
|
1
tests/text_processing/tickets_data/PHPBB3-16252.html
Normal file
1
tests/text_processing/tickets_data/PHPBB3-16252.html
Normal file
@@ -0,0 +1 @@
|
||||
http://localhost/
|
1
tests/text_processing/tickets_data/PHPBB3-16252.txt
Normal file
1
tests/text_processing/tickets_data/PHPBB3-16252.txt
Normal file
@@ -0,0 +1 @@
|
||||
http://localhost/
|
Reference in New Issue
Block a user