public function testGetSetNotificationDateString()
 {
     $expected = date(OPGDateFormat::getDateFormat());
     $this->poa->setNotificationDateString($expected);
     $this->assertEquals($expected, $this->poa->getNotificationDateString());
 }