relax test for 8.0.0RC1

This commit is contained in:
Remi Collet
2020-09-30 09:46:18 +02:00
parent 1153e3e2eb
commit a31d3bc709
3 changed files with 3 additions and 3 deletions

View File

@@ -11,5 +11,5 @@ try {
}
?>
--EXPECTF--
string(68) "CnnFaceDetection::__construct() expects exactly 1 parameter, 0 given"
string(%d) "CnnFaceDetection::__construct() expects exactly 1 %s, 0 given"

View File

@@ -16,5 +16,5 @@ try {
}
?>
--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."

View File

@@ -11,4 +11,4 @@ try {
}
?>
--EXPECTF--
string(67) "FaceRecognition::__construct() expects exactly 1 parameter, 0 given"
string(%d) "FaceRecognition::__construct() expects exactly 1 %s, 0 given"