mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-31 04:24:33 -04:00
Fixes for tests
This commit is contained in:
parent
40dc8efd46
commit
646130a104
@ -116,7 +116,7 @@ class Handler extends ExceptionHandler
|
||||
if (strpos($exception->getMessage(), 'fwrite()') !== false)
|
||||
return false;
|
||||
|
||||
if(strpos($exception->getMessage()), 'LockableFile' !== false)
|
||||
if(strpos($exception->getMessage(), 'LockableFile') !== false)
|
||||
return false;
|
||||
|
||||
return true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user