Fixing tests, closes #14

This commit is contained in:
Branko Kokanovic
2019-11-28 23:14:34 +01:00
parent 54f3b75139
commit a83750a4ff
4 changed files with 10 additions and 10 deletions

View File

@@ -10,6 +10,6 @@ try {
var_dump($e->getMessage());
}
?>
--EXPECT--
Warning: CnnFaceDetection::__construct() expects exactly 1 parameter, 0 given in /home/branko/pdlib/tests/cnn_face_detection_ctor_error.php on line 3
--EXPECTF--
Warning: CnnFaceDetection::__construct() expects exactly 1 parameter, 0 given in %s on line 3
string(41) "Unable to parse face_detection_model_path"