Example #1
0
 public function testGetDatetimeNowFormatted()
 {
     $this->assertRegExp('/^[0-9]{4}-[0-9]{2}-[0-9]{2}$/', $this->config->getDatetimeNow('Y-m-d'));
 }