Skip to content

Commit

Permalink
Merge pull request #37 from remicollet/issue-php8rc1
Browse files Browse the repository at this point in the history
relax test for 8.0.0RC1
  • Loading branch information
goodspb committed Oct 1, 2020
2 parents 1153e3e + a31d3bc commit cedaecc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/cnn_face_detection_ctor_error.phpt
Expand Up @@ -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"

2 changes: 1 addition & 1 deletion tests/face_landmark_detection_ctor_error.phpt
Expand Up @@ -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."
2 changes: 1 addition & 1 deletion tests/face_recognition_ctor_error.phpt
Expand Up @@ -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"

0 comments on commit cedaecc

Please sign in to comment.