Ogone\Tests\OgoneTest::AliasIsCreatedByOgone PHP 메소드

AliasIsCreatedByOgone() 공개 메소드

    public function AliasIsCreatedByOgone()
    {
        $passphraseOut = new Passphrase(PASSPHRASE_SHA_OUT);
        $shaOutComposer = new AllParametersShaComposer($passphraseOut);
        $shaOutComposer->addParameterFilter(new ShaOutParameterFilter());
        $createAliasResponse = $this->provideAliasResponse(false);
        $this->assertTrue($createAliasResponse->isValid($shaOutComposer));
        $this->assertTrue($createAliasResponse->isSuccessful());
    }