mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-08 09:46:46 +02:00
[ticket/16549] Move from assert[Not]Contains to assertString[Not]ContainsString
PHPBB3-16549
This commit is contained in:
@@ -94,7 +94,7 @@ class exception_listener extends phpbb_test_case
|
||||
|
||||
if (isset($expected['content']))
|
||||
{
|
||||
$this->assertContains($expected['content'], $response->getContent());
|
||||
$this->assertStringContainsString($expected['content'], $response->getContent());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user