Ejemplo n.º 1
0
 public function testGetArrayNotify()
 {
     $request = new Junior\Clientside\Request($this->method, $this->params, true);
     $this->assertEquals(array('jsonrpc' => Junior\Clientside\Request::JSON_RPC_VERSION, 'method' => $this->method, 'params' => array($this->params)), $request->getArray());
 }