mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-30 12:14:36 +00:00
Make test commands work well with copy to clipboard action
This commit is contained in:
+17
-11
@@ -4,20 +4,26 @@
|
||||
|
||||
To run tests:
|
||||
|
||||
$ git clone https://github.com/php-curl-class/php-curl-class.git
|
||||
$ cd php-curl-class/
|
||||
$ composer update
|
||||
$ ./tests/run.sh
|
||||
```bash
|
||||
git clone https://github.com/php-curl-class/php-curl-class.git
|
||||
cd php-curl-class/
|
||||
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
|
||||
```bash
|
||||
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
|
||||
$ cd php-curl-class/
|
||||
$ ./tests/test_all.sh
|
||||
```bash
|
||||
git clone https://github.com/php-curl-class/php-curl-class.git
|
||||
cd php-curl-class/
|
||||
./tests/test_all.sh
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user