Example #1
0
 public function testHashCode()
 {
     $expected = sha1('Versionable\\Common\\Collection\\Collection' . serialize($this->readAttribute($this->object, 'elements')));
     $this->assertEquals($expected, $this->object->hashCode());
 }