/**
  * @test
  */
 public function getDateTime()
 {
     $this->assertEquals('2011-12-08T10:44:47.311-02:00', $this->authentication->getDateTime());
 }