Example #1
0
 /**
  * Verifica se a funcao get está retornando o valor correto.
  */
 public function testGetDays()
 {
     $this->assertEquals(1, $this->dateTime->getDay());
 }