From dcbc9624f593c54b2eefe6abd410c30f0e91c7e1 Mon Sep 17 00:00:00 2001 From: Zach Borboa Date: Fri, 17 May 2019 05:50:16 -0700 Subject: [PATCH] Document how to run select tests matching keyword --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index b1e6c43..9aaa7f8 100644 --- a/README.md +++ b/README.md @@ -356,6 +356,13 @@ To run tests: $ composer update $ ./tests/run.sh +To run select tests: + + $ git clone https://github.com/php-curl-class/php-curl-class.git + $ cd php-curl-class/ + $ composer update + $ ./tests/run.sh --filter=keyword + To test all PHP versions in containers: $ git clone https://github.com/php-curl-class/php-curl-class.git