SimpleSAML\Test\Module\saml\Auth\Source\SP_Tester::startSSO2Test PHP Method

startSSO2Test() public method

public startSSO2Test ( SimpleSAML_Configuration $idpMetadata, array $state )
$idpMetadata SimpleSAML_Configuration
$state array
    public function startSSO2Test(\SimpleSAML_Configuration $idpMetadata, array $state)
    {
        $reflector = new \ReflectionObject($this);
        $method = $reflector->getMethod('startSSO2');
        $method->setAccessible(true);
        $method->invoke($this, $idpMetadata, $state);
    }