Document how to run select tests matching keyword

This commit is contained in:
Zach Borboa
2019-05-17 05:50:16 -07:00
parent 8598deaa6f
commit dcbc9624f5
+7
View File
@@ -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