From 8b204192e9afe80c60463580355e98099943daeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9l?= Date: Tue, 1 Jul 2025 13:02:45 +0200 Subject: [PATCH] Fixed a Typo in Running Unit Tests.md #HSFDPMUW Fixed a typo for a command. I need to add this hashtag at the end because I am contributing in a project at my university. --- doc/Running Unit Tests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Running Unit Tests.md b/doc/Running Unit Tests.md index 1a5770bc..bf020789 100644 --- a/doc/Running Unit Tests.md +++ b/doc/Running Unit Tests.md @@ -18,7 +18,7 @@ The parameters in detail: an accidentally destructive test case in it. - `--read-only` - This image supports running in read-only mode. Only /tmp may be written into. -- `-rm` - Remove the container after the run. This saves you doing a cleanup +- `--rm` - Remove the container after the run. This saves you doing a cleanup on your docker environment, if you run the image frequently. You can also run just the php and javascript test suites instead of both: