Exemple #1
0
 public function testCheckFormat_notExisting()
 {
     $this->assertFalse(\UDate::checkDate('DD/MM/YYYY', '31/02/2013'));
 }