[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:
parent
8c5c14b9ad
commit
a80e748565
1 changed files with 1 additions and 1 deletions
|
|
@ -194,7 +194,7 @@ class check {
|
|||
}
|
||||
|
||||
static function fail($pattern) {
|
||||
fail_(null, $pattern);
|
||||
check::fail_(null, $pattern);
|
||||
}
|
||||
|
||||
static function warn($pattern) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue