Fixes for tests
This commit is contained in:
parent
40dc8efd46
commit
646130a104
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Reference in a new issue