/**
  * @test
  */
 public function getEci()
 {
     $this->assertEquals(5, $this->authentication->getEci());
 }