[ticket/11480] Fix typos

PHPBB3-11480
This commit is contained in:
Tristan Darricau 2014-05-29 22:45:34 +02:00
parent 9c8e843def
commit 5762af6180

View file

@ -2,7 +2,7 @@
/** /**
* *
* @package testing * @package testing
* @copyright (c) 2012 phpBB Group * @copyright (c) 2014 phpBB Group
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2 * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
* *
*/ */
@ -44,6 +44,7 @@ class phpbb_functional_private_messages_test extends phpbb_functional_test_case
$crawler = self::request('GET', "ucp.php?i=pm&mode=view&sid{$this->sid}&p={$message_id}"); $crawler = self::request('GET', "ucp.php?i=pm&mode=view&sid{$this->sid}&p={$message_id}");
$this->assertContains($this->lang('NO_AUTH_READ_HOLD_MESSAGE'), $crawler->filter('html')->text()); $this->assertContains($this->lang('NO_AUTH_READ_HOLD_MESSAGE'), $crawler->filter('html')->text());
} }
public function test_restore_config() public function test_restore_config()
{ {
$this->login(); $this->login();