mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
[ticket/16549] Move from assert[Not]Contains to assertString[Not]ContainsString
PHPBB3-16549
This commit is contained in:
@@ -84,7 +84,7 @@ abstract class phpbb_functional_common_avatar_test_case extends phpbb_functional
|
||||
}
|
||||
catch (Exception $e)
|
||||
{
|
||||
$this->assertContains($expected, $crawler->text());
|
||||
$this->assertStringContainsString($expected, $crawler->text());
|
||||
}
|
||||
|
||||
if ($delete)
|
||||
|
Reference in New Issue
Block a user