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