/**
  * @test
  */
 public function getTotal()
 {
     $this->assertEquals(1000, $this->authorization->getTotal());
 }