Merge pull request #37 from remicollet/issue-php8rc1
relax test for 8.0.0RC1
This commit is contained in:
@@ -11,5 +11,5 @@ try {
|
|||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
--EXPECTF--
|
--EXPECTF--
|
||||||
string(68) "CnnFaceDetection::__construct() expects exactly 1 parameter, 0 given"
|
string(%d) "CnnFaceDetection::__construct() expects exactly 1 %s, 0 given"
|
||||||
|
|
||||||
|
|||||||
@@ -16,5 +16,5 @@ try {
|
|||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
--EXPECTF--
|
--EXPECTF--
|
||||||
string(73) "FaceLandmarkDetection::__construct() expects exactly 1 parameter, 0 given"
|
string(%d) "FaceLandmarkDetection::__construct() expects exactly 1 %s, 0 given"
|
||||||
string(45) "Unable to open non-existent file for reading."
|
string(45) "Unable to open non-existent file for reading."
|
||||||
|
|||||||
@@ -11,4 +11,4 @@ try {
|
|||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
--EXPECTF--
|
--EXPECTF--
|
||||||
string(67) "FaceRecognition::__construct() expects exactly 1 parameter, 0 given"
|
string(%d) "FaceRecognition::__construct() expects exactly 1 %s, 0 given"
|
||||||
|
|||||||
Reference in New Issue
Block a user