public function testGetSetDispatchDateString()
 {
     $expected = date(OPGDateFormat::getDateFormat());
     $this->poa->setDispatchDateString($expected);
     $this->assertEquals($expected, $this->poa->getDispatchDateString());
 }