예제 #1
0
 public function testSetJson()
 {
     $this->assertInstanceOf('\\keika299\\ConohaAPI\\Common\\Network\\Request', $this->request->setJson(array('foo' => 'bar')));
 }