Fixes for tests

This commit is contained in:
David Bomba 2021-02-22 08:29:39 +11:00
parent 53f79440c0
commit e8d40d2fde

View File

@ -112,7 +112,7 @@ class Handler extends ExceptionHandler
return false;
if (strpos($exception->getMessage(), 'fwrite()') !== false)
return false
return false;
return true;