Exemplo n.º 1
0
 /**
  * Verifica se a funcao get está retornando o valor correto.
  */
 public function testGetMonths()
 {
     $this->assertEquals(5, $this->dateTime->getMonth());
 }