File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tests/Functional/App/Creator/ResponseCreator Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 22namespace Tests \Functional \App \Creator \ResponseCreator ;
33
44use Prophecy \PhpUnit \ProphecyTrait ;
5- use Yoanm \JsonRpcServer \Domain \Model \JsonRpcRequest ;
65
76/**
87 * @covers \Yoanm\JsonRpcServer\App\Creator\ResponseCreator
@@ -45,7 +44,8 @@ public function testShouldBindResultAndRequestParamToResponse()
4544 /**
4645 * Bug fix: https://github.com/yoanm/php-jsonrpc-server-sdk/issues/94
4746 */
48- public function testShouldConvertRequestWithZeroIdToResponseWithZeroId () {
47+ public function testShouldConvertRequestWithZeroIdToResponseWithZeroId ()
48+ {
4949 $ fromRequest = $ this ->createRequest (self ::DEFAULT_METHOD , self ::DEFAULT_JSONRPC , 0 );
5050
5151 $ response = $ this ->responseCreator ->createEmptyResponse ($ fromRequest );
You can’t perform that action at this time.
0 commit comments