From 96e95fb04a457fd6fc9c433a50f6868d4b13fe4c Mon Sep 17 00:00:00 2001 From: Luke Kuzmish Date: Mon, 8 Jul 2024 20:11:13 -0400 Subject: [PATCH] testing sub-section --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 861724a..cc0f2b4 100644 --- a/README.md +++ b/README.md @@ -44,4 +44,9 @@ If you are using a framework like Symfony or Laravel, then you already have one For a local development setup, you could just write the stats to a log. This writes the format exactly as it would be sent to DataDog. -See [examples/log_datadog.php](examples/log_datadog.php) for how you might implement this. \ No newline at end of file +See [examples/log_datadog.php](examples/log_datadog.php) for how you might implement this. + +## Testing +```shell +composer test +``` \ No newline at end of file