public function testGetSetPaymentDateValidString()
 {
     $expected = date(OPGDateFormat::getDateFormat());
     $this->poa->setPaymentDateString($expected);
     $this->assertEquals($expected, $this->poa->getPaymentDateString());
 }