relax test for 8.0.0RC1

This commit is contained in:
Remi Collet
2020-09-30 09:46:46 +02:00
parent 1153e3e2eb
commit a31d3bc709
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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."
+1 -1
View File
@@ -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"