From c67ca02be402b282832c601af01b68456450fb76 Mon Sep 17 00:00:00 2001 From: Daniel Espendiller Date: Mon, 24 Jun 2019 15:05:56 +0200 Subject: [PATCH] remove suite name from example `run` is the suite name to run; so normally its default based on the doc below --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c4f95dc..a12c138 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ If you execute `bin/behat` command, you will see code coverage generated in This extension now supports [phpdbg][6], which results in faster execution when using more recent versions of PHP. Run `phpspec` via [phpdbg][6]: - $ phpdbg -qrr bin/behat run + $ phpdbg -qrr bin/behat ## Configuration