File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file. This project adheres to
4
4
[ Semantic Versioning] ( http://semver.org/ ) and [ this changelog format] ( http://keepachangelog.com/ ) .
5
5
6
- ## Unreleased
6
+ ## [ 1.1.1 ] - 2022-02-27
7
7
8
8
### Fixed
9
9
10
- - The Symfony response class can return ` false ` for the response content. This caused a fatal error when the content
11
- was passed to JSON: API assertions - as the assertion methods type-hint the content as a ` string ` in version 4 of that
10
+ - The Symfony response class can return ` false ` for the response content. This caused a fatal error when the content was
11
+ passed to JSON: API assertions - as the assertion methods type-hint the content as a ` string ` in version 4 of that
12
12
dependency. This has been fixed by adding a ` TestResponse::getContent() ` method that returns an empty string if the
13
13
Symfony method returns ` false ` .
14
14
@@ -26,9 +26,9 @@ All notable changes to this project will be documented in this file. This projec
26
26
27
27
- The following page assertions will be removed in the next major release. You should use the fluent methods instead to
28
28
assert the resources fetched, meta and links. Deprecated methods are:
29
- - ` assertFetchedPage() ` - use ` assertFetchedMany() ` , ` assertMeta() ` and ` assertLinks() ` .
30
- - ` assertFetchedPageInOrder() ` - use ` assertFetchedManyInOrder() ` , ` assertMeta() ` and ` assertLinks() ` .
31
- - ` assertFetchedEmptyPage() ` - use ` assertFetchedNone() ` , ` assertMeta() ` and ` assertLinks() ` .
29
+ - ` assertFetchedPage() ` - use ` assertFetchedMany() ` , ` assertMeta() ` and ` assertLinks() ` .
30
+ - ` assertFetchedPageInOrder() ` - use ` assertFetchedManyInOrder() ` , ` assertMeta() ` and ` assertLinks() ` .
31
+ - ` assertFetchedEmptyPage() ` - use ` assertFetchedNone() ` , ` assertMeta() ` and ` assertLinks() ` .
32
32
33
33
## [ 1.0.0] - 2021-07-31
34
34
You can’t perform that action at this time.
0 commit comments