File tree Expand file tree Collapse file tree 1 file changed +17
-11
lines changed Expand file tree Collapse file tree 1 file changed +17
-11
lines changed Original file line number Diff line number Diff line change 4
4
5
5
To run tests:
6
6
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
+ ```
11
13
12
14
To run select tests:
13
15
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
+ ```
18
22
19
23
To test all PHP versions in containers:
20
24
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
+ ```
You can’t perform that action at this time.
0 commit comments