mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/16549] Move from assert[Not]Contains to assertString[Not]ContainsString
PHPBB3-16549
This commit is contained in:
@@ -55,7 +55,7 @@ class phpbb_network_ftp_fsock_pasv_epsv_test extends phpbb_test_case
|
||||
{
|
||||
$this->markTestSkipped("Failed to connect to $hostname: $result");
|
||||
}
|
||||
$this->assertContains('debian', $o->_ls());
|
||||
$this->assertStringContainsString('debian', $o->_ls());
|
||||
$o->_close();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user