Ejemplo n.º 1
0
 /**
  * @test
  */
 public function shouldAllowGetKey()
 {
     $factory = new SamlSpFactory();
     $this->assertEquals('aerial_ship_saml_sp', $factory->getKey());
 }