/**
  * @test
  */
 public function getDisableReturnsInitialValueForBool()
 {
     $this->assertSame(FALSE, $this->subject->getDisable());
 }