[php] Add missing qualification in test suite helper

This would cause an error due to failing to find the function to
call if certain testcase checks failed.

Bug introduced in eaf311a650
This commit is contained in:
Olly Betts 2022-07-27 08:47:53 +12:00
commit a80e748565

View file

@ -194,7 +194,7 @@ class check {
}
static function fail($pattern) {
fail_(null, $pattern);
check::fail_(null, $pattern);
}
static function warn($pattern) {