From a8ce926ef47af4624dff9087c2d354694768d5d9 Mon Sep 17 00:00:00 2001 From: Christian Sciberras Date: Wed, 6 Mar 2024 09:41:10 +0100 Subject: [PATCH] Update README.md Co-authored-by: Christophe Coevoet --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 437a652..a03f842 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ Please refer to [MinkExtension-example](https://github.com/Behat/MinkExtension-e ```shell ./vendor/bin/mink-test-server ``` -3. Start PhpUnit +3. Run PHPUnit ```shell ./vendor/bin/phpunit -v --coverage-clover=coverage.clover ```