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