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