Exemplo n.º 1
0
 public function testGetDefaultValue()
 {
     $this->assertEquals(date('d/m/Y', strtotime('Last Monday')), $this->txtDate->getDefaultValue());
 }