mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 13:30:25 +02:00
[ticket/9297] Fix markTestSkipped call in setUpBeforeClass.
Need to use the static version here. PHPBB3-9297
This commit is contained in:
@@ -24,7 +24,7 @@ class phpbb_ftp_fsock_test extends phpbb_test_case
|
|||||||
|
|
||||||
if (self::$ipv4 == $hostname)
|
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");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user