From e3d678dc0447a11cf69ae2293572e2f7e6c65960 Mon Sep 17 00:00:00 2001 From: Daniel Ang Date: Sat, 28 Aug 2021 16:30:17 +0200 Subject: [PATCH] Update snapshots Adds update:snapshots to CONTRIBUTING --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 36821899..4037f219 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -31,6 +31,10 @@ composer lint ``` ## Tests +Update the snapshots: +```bash +composer update:snapshots +``` Run all tests: ```bash composer test