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
@ -96,7 +96,7 @@ class Handler extends ExceptionHandler
|
|||||||
|
|
||||||
if(config('ninja.expanded_logging'))
|
if(config('ninja.expanded_logging'))
|
||||||
parent::report($exception);
|
parent::report($exception);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private function validException($exception)
|
private function validException($exception)
|
||||||
@ -116,7 +116,7 @@ class Handler extends ExceptionHandler
|
|||||||
if (strpos($exception->getMessage(), 'fwrite()') !== false)
|
if (strpos($exception->getMessage(), 'fwrite()') !== false)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
if(strpos($exception->getMessage()), 'LockableFile' !== false)
|
if(strpos($exception->getMessage(), 'LockableFile') !== false)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user