示例#1
0
 /**
  * RTFN
  */
 protected function fillCollectionShuffle()
 {
     $data = $this->testable->toArray();
     shuffle($data);
     $this->testable->clear()->fillFromArray($data);
 }