示例#1
0
 /**
  * RTFN
  */
 public function testFillCollectionConstruct()
 {
     $array = $this->getCollectionForMerge()->toArray();
     $result = new TestableCollection($array);
     $this->assertEquals(6, $result->count());
 }