mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/9297] Fix markTestSkipped call in setUpBeforeClass.
Need to use the static version here. PHPBB3-9297
This commit is contained in:
parent
2973ccbd48
commit
c211492092
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ class phpbb_ftp_fsock_test extends phpbb_test_case
|
|||
|
||||
if (self::$ipv4 == $hostname)
|
||||
{
|
||||
$this->markTestSkipped("Got no A record back from DNS query for $hostname");
|
||||
self::markTestSkipped("Got no A record back from DNS query for $hostname");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue