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