Add more detailed steps for testing all versions

This commit is contained in:
Zach Borboa
2018-08-02 22:28:50 -07:00
parent 59fe8a0c41
commit 8db21899bc
+3 -1
View File
@@ -349,8 +349,10 @@ To run tests:
$ composer update
$ ./tests/run.sh
To run all container tests:
To test all PHP versions in containers:
$ git clone https://github.com/php-curl-class/php-curl-class.git
$ cd php-curl-class/
$ ./tests/test_all.sh
### Contribute