From 02365ea5dc3d778d7b66a5fa3432cc168430888a Mon Sep 17 00:00:00 2001 From: Ned Zimmerman Date: Thu, 19 May 2022 15:31:33 -0400 Subject: [PATCH] chore(docs): update README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b76885e5..44c04478 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,8 @@ TODO. ## Testing +Prior to testing, you will need to create a MySQL or MariaDB database for testing with credentials which match those in [`phpunit.xml.dist`](phpunit.xml.dist). Then run: + ```bash composer test ```