mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
Fixes for tests
This commit is contained in:
parent
40dc8efd46
commit
646130a104
@ -96,7 +96,7 @@ class Handler extends ExceptionHandler
|
||||
|
||||
if(config('ninja.expanded_logging'))
|
||||
parent::report($exception);
|
||||
|
||||
|
||||
}
|
||||
|
||||
private function validException($exception)
|
||||
@ -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