示例#1
0
 public function testCanConvertToArray()
 {
     $object = Object::toArray($this->object);
     $this->assertEquals($this->array, $object);
 }