Skip to content

Commit 68b6ce9

Browse files
authored
Make test commands work well with copy to clipboard action
1 parent f0371da commit 68b6ce9

File tree

1 file changed

+17
-11
lines changed

1 file changed

+17
-11
lines changed

TESTING.md

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,26 @@
44

55
To run tests:
66

7-
$ git clone https://github.com/php-curl-class/php-curl-class.git
8-
$ cd php-curl-class/
9-
$ composer update
10-
$ ./tests/run.sh
7+
```bash
8+
git clone https://github.com/php-curl-class/php-curl-class.git
9+
cd php-curl-class/
10+
composer update
11+
./tests/run.sh
12+
```
1113

1214
To run select tests:
1315

14-
$ git clone https://github.com/php-curl-class/php-curl-class.git
15-
$ cd php-curl-class/
16-
$ composer update
17-
$ ./tests/run.sh --filter=keyword
16+
```bash
17+
git clone https://github.com/php-curl-class/php-curl-class.git
18+
cd php-curl-class/
19+
composer update
20+
./tests/run.sh --filter=keyword
21+
```
1822

1923
To test all PHP versions in containers:
2024

21-
$ git clone https://github.com/php-curl-class/php-curl-class.git
22-
$ cd php-curl-class/
23-
$ ./tests/test_all.sh
25+
```bash
26+
git clone https://github.com/php-curl-class/php-curl-class.git
27+
cd php-curl-class/
28+
./tests/test_all.sh
29+
```

0 commit comments

Comments
 (0)