Skip to content

Commit

Permalink
Graylog: added script for testing graylog integration
Browse files Browse the repository at this point in the history
Updates #28
  • Loading branch information
inghamn committed Oct 7, 2024
1 parent f762603 commit 7ba9e44
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/Test/graylog.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?php
/**
* @copyright 2024 City of Bloomington, Indiana
* @license https://www.gnu.org/licenses/agpl.txt GNU/AGPL, see LICENSE
*/
declare (strict_types=1);
include '../Web/bootstrap.php';

$d = new FakeClass();

0 comments on commit 7ba9e44

Please sign in to comment.