/**
  * @test
  */
 public function getSlotReturnsInitialValueForSlot()
 {
     $this->assertEquals(NULL, $this->subject->getSlot());
 }