mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/16549] Move from assert[Not]Contains to assertString[Not]ContainsString
PHPBB3-16549
This commit is contained in:
@@ -41,7 +41,7 @@ class phpbb_functional_forgot_password_test extends phpbb_functional_test_case
|
||||
$this->logout();
|
||||
|
||||
$crawler = self::request('GET', 'app.php/user/forgot_password');
|
||||
$this->assertContains($this->lang('UCP_PASSWORD_RESET_DISABLED', '', ''), $crawler->text());
|
||||
$this->assertStringContainsString($this->lang('UCP_PASSWORD_RESET_DISABLED', '', ''), $crawler->text());
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user