diff options
| author | JoshyPHP <s9e.dev@gmail.com> | 2015-06-02 22:46:14 +0200 |
|---|---|---|
| committer | JoshyPHP <s9e.dev@gmail.com> | 2015-06-02 22:46:14 +0200 |
| commit | 78eeb210e78429d867347ecb7c0eedf707005632 (patch) | |
| tree | d3c9b7913436e4c78d9c463aa0985774153d8274 /tests | |
| parent | d37c995f4be23ca058cec59c44c92ab54015b11d (diff) | |
| download | forums-78eeb210e78429d867347ecb7c0eedf707005632.tar forums-78eeb210e78429d867347ecb7c0eedf707005632.tar.gz forums-78eeb210e78429d867347ecb7c0eedf707005632.tar.bz2 forums-78eeb210e78429d867347ecb7c0eedf707005632.tar.xz forums-78eeb210e78429d867347ecb7c0eedf707005632.zip | |
[ticket/13906] Renamed test
PHPBB3-13906
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/functional/posting_test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/posting_test.php b/tests/functional/posting_test.php index c107b78384..ccfeb10deb 100644 --- a/tests/functional/posting_test.php +++ b/tests/functional/posting_test.php @@ -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]', |
