コード例 #1
0
ファイル: MapTest.php プロジェクト: versionable/common
 public function testEntrySet()
 {
     $set = new Set(array_values($this->readAttribute($this->object, 'elements')));
     $this->assertEquals($set, $this->object->entrySet());
 }