public function testGetsetNoticeGivenDateEmptyString()
 {
     $this->assertEmpty($this->na->getNoticeGivenDate());
     $this->na->setNoticeGivenDateString('');
     $this->assertEmpty($this->na->getNoticeGivenDate());
 }