mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-07 01:06:48 +02:00
[ticket/16549] Move from assert[Not]Contains to assertString[Not]ContainsString
PHPBB3-16549
This commit is contained in:
@@ -80,6 +80,6 @@ class phpbb_console_user_activate_test extends phpbb_console_user_base
|
||||
'--deactivate' => $deactivate,
|
||||
));
|
||||
|
||||
$this->assertContains($expected, $command_tester->getDisplay());
|
||||
$this->assertStringContainsString($expected, $command_tester->getDisplay());
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user