mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-09 21:48:41 +00:00
fix tests
This commit is contained in:
parent
e11dc38385
commit
f11a9d532d
|
|
@ -151,10 +151,6 @@ final class TesseractOcr
|
||||||
$parsed = '';
|
$parsed = '';
|
||||||
}
|
}
|
||||||
|
|
||||||
if (\is_file($filepath)) {
|
|
||||||
\unlink($filepath);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (\is_file($temp)) {
|
if (\is_file($temp)) {
|
||||||
\unlink($temp);
|
\unlink($temp);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user