File tree Expand file tree Collapse file tree 2 files changed +44
-13
lines changed Expand file tree Collapse file tree 2 files changed +44
-13
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
3
4
- ## UNRELEASED
4
+ All notable changes to this project will be documented in this file.
5
+
6
+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
7
+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
8
+
9
+
10
+ ## Unreleased
5
11
6
- - Don't test ` TRACE ` requests with request bodies, as they're not valid requests according to the [ RFC] ( https://tools.ietf.org/html/rfc7231#section-4.3.8 ) .
12
+
13
+ ## [ 1.0.0] - 2018-11-03
7
14
8
15
### Changed
9
16
17
+ - Don't test ` TRACE ` requests with request bodies, as they're not valid requests according to the [ RFC] ( https://tools.ietf.org/html/rfc7231#section-4.3.8 ) .
10
18
- Make the test suite PHPUnit 6 compatible
11
19
12
20
13
- ## 0.5.1 - 2016-07-18
21
+ ## [ 0.6.2] - 2017-07-10
22
+
23
+
24
+ ## [ 0.6.1] - 2017-07-10
25
+
26
+
27
+ ## [ 0.6.0] - 2017-05-29
28
+
29
+
30
+ ## [ 0.5.1] - 2016-07-18
14
31
15
32
### Fixed
16
33
17
34
- Old name
18
35
19
36
20
- ## 0.5.0 - 2016-07-18
37
+ ## [ 0.5.0] - 2016-07-18
21
38
22
39
### Changed
23
40
24
41
- Renamed to client-integration-tests
25
42
- Improved pacakge
26
43
27
44
28
- ## 0.4.0 - 2016-03-02
45
+ ## [ 0.4.0] - 2016-03-02
29
46
30
47
### Removed
31
48
32
49
- Discovery dependency
33
50
34
51
35
- ## 0.3.1 - 2016-02-11
52
+ ## [ 0.3.1] - 2016-02-11
36
53
37
54
### Changed
38
55
39
56
- Updated message dependency
40
57
41
58
42
- ## 0.3.0 - 2016-01-21
59
+ ## [ 0.3.0] - 2016-01-21
43
60
44
61
### Changed
45
62
46
63
- Updated discovery dependency
47
64
48
65
49
- ## 0.2.0 - 2016-01-13
66
+ ## [ 0.2.0] - 2016-01-13
50
67
51
68
### Changed
52
69
59
76
### Added
60
77
61
78
- Initial release
79
+
80
+
81
+ [ Unreleased ] : https://github.com/php-http/client-integration-tests/compare/v1.0.0...HEAD
82
+ [ 1.0.0 ] : https://github.com/php-http/client-integration-tests/compare/v0.6.2...v1.0.0
83
+ [ 0.6.2 ] : https://github.com/php-http/client-integration-tests/compare/v0.6.1...v0.6.2
84
+ [ 0.6.1 ] : https://github.com/php-http/client-integration-tests/compare/v0.6.0...v0.6.1
85
+ [ 0.6.0 ] : https://github.com/php-http/client-integration-tests/compare/v0.5.1...v0.6.0
86
+ [ 0.5.1 ] : https://github.com/php-http/client-integration-tests/compare/v0.5.0...v0.5.1
87
+ [ 0.5.0 ] : https://github.com/php-http/client-integration-tests/compare/v0.4.0...v0.5.0
88
+ [ 0.4.0 ] : https://github.com/php-http/client-integration-tests/compare/v0.3.1...v0.4.0
89
+ [ 0.3.1 ] : https://github.com/php-http/client-integration-tests/compare/v0.3.0...v0.3.1
90
+ [ 0.3.0 ] : https://github.com/php-http/client-integration-tests/compare/v0.2.0...v0.3.0
91
+ [ 0.2.0 ] : https://github.com/php-http/client-integration-tests/compare/v0.1.0...v0.2.0
Original file line number Diff line number Diff line change 11
11
12
12
Via Composer
13
13
14
- ``` bash
14
+ ``` bash
15
15
$ composer require php-http/client-integration-tests
16
16
```
17
17
18
18
19
19
## Usage
20
20
21
- This package should not be used on its own. It provides integration tests for HTTP Adapters .
21
+ This package should not be used on its own. It provides integration tests for HTTP Clients .
22
22
23
23
24
24
### Running tests for HTTP Adapters
25
25
26
26
Start the HTTP Test server:
27
27
28
- ``` bash
28
+ ``` bash
29
29
$ vendor/bin/http_test_server
30
30
```
31
31
32
32
Install an adapter.
33
33
34
- ``` bash
34
+ ``` bash
35
35
$ composer require php-http/curl-client:dev-master zendframework/zend-diactoros
36
36
```
37
37
38
38
Run the tests.
39
39
40
- ``` bash
40
+ ``` bash
41
41
./vendor/bin/phpunit --testsuite curl --printer " Http\Client\Tests\ResultPrinter"
42
42
```
43
43
44
+
44
45
## Contributing
45
46
46
47
Please see our [ contributing guide] ( http://docs.php-http.org/en/latest/development/contributing.html ) .
You can’t perform that action at this time.
0 commit comments