Juliette
Juliette
### Tests: new Cookie\NormalizeTest class ... with dedicated tests for the `Cookie::normalize()` and `Cookie::normalize_attribute()` methods. ### Cookie::normalize_attribute(): bug fix - harden code against incorrect input types As attributes can be...
Currently, there are a lot of tests which follow a pattern along the lines of: ```php // Do something $this->assertSame($expected, $result['key']['subkey']->property); ``` Tests like these are unstable as they may...
Fixes #220
_Note: this is a recreation of PR #337, which was closed due to the branch rename and the remote no longer existing._ _Please see PR #337 for the original discussion...
There are several tickets open about tests using external servers/services and the fact that this means that those tests may fail on occation when the service is (temporarily) not available...
As per #595: > The methods covered via the `DecompressionTest` test class need a **lot** more tests, in particular the `Requests::compatible_gzinflate()` method, which includes code paths currently completely untested and...
This issue is intended to contain a tentative roadmap for things to be included/removed in Requests 4.0. For now, the most important function of this issue is to contain an...
For all sorts of reasons it would be good to have some more variation in the test environments on which the tests are run in CI. Some suggestions/ideas: * Run...
This issue is intended to contain a tentative roadmap for things to be included/removed in Requests 3.0. For now, the most important function of this issue is to contain an...
_Note: this is a recreation of PR #110, which was closed due to the branch rename and the remote no longer existing._ _Please see PR #110 for the original discussion...