/**
  * Verifica se a funcao get está retornando o valor correto.
  */
 public function testGetMinute()
 {
     $this->assertEquals(34, $this->dateTime->getMinute());
 }