public function testSetOwnerId()
 {
     $expected = $this->newValues['ownerId'];
     $this->calendar->setOwnerId($expected);
     $actual = $this->calendar->getOwnerId();
     $this->assertSame($expected, $actual);
 }