Esempio n. 1
0
 public function test_gets_set_relay_state()
 {
     $profileContext = new ProfileContext(Profiles::METADATA, ProfileContext::ROLE_IDP);
     $profileContext->setRelayState($expected = 'some-state');
     $this->assertEquals($expected, $profileContext->getRelayState());
 }