Skip to content
This repository has been archived by the owner on Apr 28, 2020. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/4098' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions test/ResponseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public function testReturnValue()
*
* Call as method call
*
* Returns: boolean
* Returns: bool
*/
public function testIsFault()
{
Expand All @@ -100,7 +100,7 @@ public function testGetFault()
* Expects:
* - response:
*
* Returns: boolean
* Returns: bool
*/
public function testLoadXml()
{
Expand Down
2 changes: 1 addition & 1 deletion test/ServerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ public function testCallingInvalidMethod()
* Expects:
* - class:
*
* Returns: boolean
* Returns: bool
*/
public function testSetResponseClass()
{
Expand Down

0 comments on commit e4fdd4c

Please sign in to comment.