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