コード例 #1
0
 public function testCanConvertToArray()
 {
     $p = new ApiParam($this->data);
     $this->assertEquals($this->data, $p->toArray());
 }