delete test while can suspend warning:

[ WARN:0@0.014] global loadsave.cpp:244 findDecoder imread_('non-existent.png'): can't open/read file: check file path/integrity
Esse commit está contido em:
Vladimir Goncharov
2023-03-31 02:44:18 +03:00
commit d2c775b860
+3 -2
Ver Arquivo
@@ -5,13 +5,14 @@ Exception
--FILE--
<?php
use function CV\imread;
try{
/*try{
imread('non-existent.png');
}catch(CV\Exception $e){
echo $e->getMessage();
exit;
}
}*/
?>
Can not load image : non-existent.png
--EXPECT--
Can not load image : non-existent.png