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