File tree Expand file tree Collapse file tree 2 files changed +26
-21
lines changed Expand file tree Collapse file tree 2 files changed +26
-21
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ PHP Curl Class makes it easy to send HTTP requests and integrate with web APIs.
18
18
- [ Available Methods] ( #available-methods )
19
19
- [ Security] ( #security )
20
20
- [ Troubleshooting] ( #troubleshooting )
21
- - [ Run Tests ] ( #run-tests )
21
+ - [ Testing ] ( #testing )
22
22
- [ Contribute] ( #contribute )
23
23
24
24
---
@@ -373,27 +373,9 @@ See [SECURITY](https://github.com/php-curl-class/php-curl-class/blob/master/SECU
373
373
374
374
See [ TROUBLESHOOTING] ( https://github.com/php-curl-class/php-curl-class/blob/master/TROUBLESHOOTING.md ) for troubleshooting.
375
375
376
- ### Run Tests
376
+ ### Testing
377
377
378
- To run tests:
379
-
380
- $ git clone https://github.com/php-curl-class/php-curl-class.git
381
- $ cd php-curl-class/
382
- $ composer update
383
- $ ./tests/run.sh
384
-
385
- To run select tests:
386
-
387
- $ git clone https://github.com/php-curl-class/php-curl-class.git
388
- $ cd php-curl-class/
389
- $ composer update
390
- $ ./tests/run.sh --filter=keyword
391
-
392
- To test all PHP versions in containers:
393
-
394
- $ git clone https://github.com/php-curl-class/php-curl-class.git
395
- $ cd php-curl-class/
396
- $ ./tests/test_all.sh
378
+ See [ TESTING] ( https://github.com/php-curl-class/php-curl-class/blob/master/TESTING.md ) for testing information.
397
379
398
380
### Contribute
399
381
Original file line number Diff line number Diff line change
1
+ # Testing
2
+
3
+ ### Run Tests
4
+
5
+ To run tests:
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
11
+
12
+ To run select tests:
13
+
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
18
+
19
+ To test all PHP versions in containers:
20
+
21
+ $ git clone https://github.com/php-curl-class/php-curl-class.git
22
+ $ cd php-curl-class/
23
+ $ ./tests/test_all.sh
You can’t perform that action at this time.
0 commit comments