mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/13906] Renamed test
PHPBB3-13906
This commit is contained in:
parent
d37c995f4b
commit
78eeb210e7
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ class phpbb_functional_posting_test extends phpbb_functional_test_case
|
|||
$this->assertEquals($text, $crawler->filter('#message')->text());
|
||||
}
|
||||
|
||||
public function test_ticket_13906()
|
||||
public function test_old_signature_in_preview()
|
||||
{
|
||||
$sql = 'UPDATE ' . USERS_TABLE . "
|
||||
SET user_sig = '[b:2u8sdcwb]My signature[/b:2u8sdcwb]',
|
||||
|
|
Loading…
Add table
Reference in a new issue