File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 22
22
],
23
23
"require" : {
24
24
"php" : " >=5.5.0" ,
25
- "neomerx/json-api" : " dev-develop "
25
+ "neomerx/json-api" : " ^0.6.0 "
26
26
},
27
27
"require-dev" : {
28
28
"phpunit/phpunit" : " ^4.7"
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ public function testEncoder()
110
110
$ this ->assertFalse ($ this ->service ->hasEncoder ());
111
111
$ this ->service ->registerCodecMatcher ($ this ->repository ->getCodecMatcher ());
112
112
$ this ->assertEquals ($ matcher ->getEncoder (), $ this ->service ->getEncoder ());
113
- $ this ->assertEquals ($ matcher ->getEncoderHeaderMatchedType (), $ this ->service ->getEncoderMediaType ());
113
+ $ this ->assertEquals ($ matcher ->getEncoderRegisteredMatchedType (), $ this ->service ->getEncoderMediaType ());
114
114
$ this ->assertTrue ($ this ->service ->hasEncoder ());
115
115
}
116
116
You can’t perform that action at this time.
0 commit comments