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 2222 ],
2323 "require" : {
2424 "php" : " >=5.5.0" ,
25- "neomerx/json-api" : " dev-develop "
25+ "neomerx/json-api" : " ^0.6.0 "
2626 },
2727 "require-dev" : {
2828 "phpunit/phpunit" : " ^4.7"
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ public function testEncoder()
110110 $ this ->assertFalse ($ this ->service ->hasEncoder ());
111111 $ this ->service ->registerCodecMatcher ($ this ->repository ->getCodecMatcher ());
112112 $ this ->assertEquals ($ matcher ->getEncoder (), $ this ->service ->getEncoder ());
113- $ this ->assertEquals ($ matcher ->getEncoderHeaderMatchedType (), $ this ->service ->getEncoderMediaType ());
113+ $ this ->assertEquals ($ matcher ->getEncoderRegisteredMatchedType (), $ this ->service ->getEncoderMediaType ());
114114 $ this ->assertTrue ($ this ->service ->hasEncoder ());
115115 }
116116
You can’t perform that action at this time.
0 commit comments