Fixing tests, closes #14
This commit is contained in:
@@ -15,7 +15,7 @@ try {
|
||||
var_dump($e->getMessage());
|
||||
}
|
||||
?>
|
||||
--EXPECT--
|
||||
Warning: FaceLandmarkDetection::__construct() expects exactly 1 parameter, 0 given in /home/branko/pdlib/tests/face_landmark_detection_ctor_error.php on line 3
|
||||
--EXPECTF--
|
||||
Warning: FaceLandmarkDetection::__construct() expects exactly 1 parameter, 0 given in %s on line 3
|
||||
string(41) "Unable to parse shape_predictor_file_path"
|
||||
string(45) "Unable to open non-existent file for reading."
|
||||
string(45) "Unable to open non-existent file for reading."
|
||||
|
||||
Reference in New Issue
Block a user