/**
  * @test
  */
 public function getDateTime()
 {
     $this->assertEquals('2011-12-09T10:58:45.847-02:00', $this->authorization->getDateTime());
 }