From 763d6fca7e2c2f2ae8fa70679273abc3d148657f Mon Sep 17 00:00:00 2001 From: rugk Date: Fri, 18 Oct 2024 02:20:50 +0200 Subject: [PATCH] Adding hint that you will see unrelated files and to ignore these --- doc/Running Unit Tests.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/Running Unit Tests.md b/doc/Running Unit Tests.md index 2eef1a1d..1a5770bc 100644 --- a/doc/Running Unit Tests.md +++ b/doc/Running Unit Tests.md @@ -48,6 +48,9 @@ Because the unit tests depend on this, you also need to install the optional. Ot composer require google/cloud-storage ``` +If you do this and want to develop further, please go into `.gitignore` and adjust it to ignore the whole +vendor directory. Otherwise your `git status` will be filled with lot's of unrelated PHP files. + To run the tests, change into the `tst` directory and run phpunit: ```console