You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 28, 2020. It is now read-only.
@@ -124,7 +124,7 @@ public function testAddFunctionThrowsExceptionOnInvalidArrayInput()
124
124
'zsr'
125
125
);
126
126
}
127
-
127
+
128
128
/**
129
129
* get/loadFunctions() test
130
130
*/
@@ -446,7 +446,7 @@ public function testLoadFunctionsThrowsExceptionWithBadData()
446
446
$this->setExpectedException('Zend\XmlRpc\Server\Exception\InvalidArgumentException', 'Unable to load server definition; must be an array or Zend_Server_Definition, received stdClass');
$this->setExpectedException('Zend\XmlRpc\Server\Exception\InvalidArgumentException', 'Unable to load server definition; must be an array or Zend_Server_Definition, received string');
@@ -457,11 +457,11 @@ public function testLoadFunctionsThrowsExceptionsWithBadData3()
0 commit comments