Пример #1
0
 public function testHashCode()
 {
     $hash = sha1('Versionable\\Common\\Collection\\Map' . serialize($this->readAttribute($this->object, 'elements')));
     $this->assertEquals($hash, $this->object->hashCode());
 }