Skip to content

Commit dcbc962

Browse files
committed
Document how to run select tests matching keyword
1 parent 8598dea commit dcbc962

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,13 @@ To run tests:
356356
$ composer update
357357
$ ./tests/run.sh
358358

359+
To run select tests:
360+
361+
$ git clone https://github.com/php-curl-class/php-curl-class.git
362+
$ cd php-curl-class/
363+
$ composer update
364+
$ ./tests/run.sh --filter=keyword
365+
359366
To test all PHP versions in containers:
360367

361368
$ git clone https://github.com/php-curl-class/php-curl-class.git

0 commit comments

Comments
 (0)