Ejemplo n.º 1
0
 public function testGetName()
 {
     $provider = new TotpAuth($this->container);
     $this->assertEquals('Time-based One-time Password Algorithm', $provider->getName());
 }