コード例 #1
0
 public function testToMap()
 {
     $this->coll->addAll(array(1, 2, 3, 4));
     $map = $this->coll->toMap();
     $this->assertInstanceOf('\\Collections\\Dictionary', $map);
 }