mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-01 23:46:01 +02:00
[ticket/13901] Fixed test's expected result
PHPBB3-13901
This commit is contained in:
@ -84,7 +84,7 @@ class phpbb_functional_private_messages_test extends phpbb_functional_test_case
|
||||
public function test_quote_forward()
|
||||
{
|
||||
$text = 'This is a test private message sent by the testing framework.';
|
||||
$expected = '[quote="admin"]' . $text . '[/quote]';
|
||||
$expected = "[quote=\"admin\"]\n" . $text . "\n[/quote]";
|
||||
|
||||
$this->login();
|
||||
$message_id = $this->create_private_message('Test', $text, array(2));
|
||||
|
Reference in New Issue
Block a user