]> BookStack Code Mirror - bookstack/commit
Prevented entity "Not Found" events from being logged
authorDan Brown <redacted>
Sat, 23 May 2020 10:26:48 +0000 (11:26 +0100)
committerDan Brown <redacted>
Sat, 23 May 2020 10:28:59 +0000 (11:28 +0100)
commit19bfc8ad379744e76b72c3c737018e8ce5fe4815
tree57a32be5b3aa0458430d93c5b1644043c4f2af47
parentbf4a3b73f87f7ce4f107ca45a292ab038703f20b
Prevented entity "Not Found" events from being logged

- Added testing to cover, which was more hassle than thought
  since Laravel did not have built in log test helpers, so:
- Added Log testing helper.

Related to #2110
app/Config/logging.php
app/Exceptions/Handler.php
phpcs.xml
tests/ErrorTest.php
tests/SharedTestHelpers.php