Example #1
0
 public function test_it_unextracts()
 {
     $obj = new LiveFieldValue('{}', 12, 'field');
     $obj->unextract();
 }