[ticket/9297] Fix markTestSkipped call in setUpBeforeClass.

Need to use the static version here.

PHPBB3-9297
This commit is contained in:
Oleg Pudeyev 2011-08-14 14:33:00 -04:00
parent 2973ccbd48
commit c211492092

View file

@ -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");
}
}