Exemplo n.º 1
0
 public function testEntrySet()
 {
     $set = new Set(array_values($this->readAttribute($this->object, 'elements')));
     $this->assertEquals($set, $this->object->entrySet());
 }