public function testSqlDateFormat()
 {
     $expected = 'Y-m-d H:i:s';
     $this->assertEquals($expected, OPGDateFormat::getSqlDateTimeFormat());
 }