public function testGetsetNoticeGivenDateValidString()
 {
     $expected = date(OPGDateFormat::getDateFormat());
     $this->na->setNoticeGivenDateString($expected);
     $this->assertEquals($expected, $this->na->getNoticeGivenDateString());
 }