/**
  * @test
  */
 public function setSlotForSlotSetsSlot()
 {
     $slotFixture = new \T3CS\T3csSessions\Domain\Model\Slot();
     $this->subject->setSlot($slotFixture);
     $this->assertAttributeEquals($slotFixture, 'slot', $this->subject);
 }