Example #1
0
 /**
  * @test
  */
 public function setEndForTimeSetsEnd()
 {
     $endFixture = new \KevinDitscheid\KdCalendar\Domain\Model\Time();
     $this->subject->setEnd($endFixture);
     $this->assertAttributeEquals($endFixture, 'end', $this->subject);
 }