Payum\Klarna\Checkout\Tests\Action\AuthorizeActionTest::shouldNotThrowReplyWhenStatusCreated PHP Метод

shouldNotThrowReplyWhenStatusCreated() публичный Метод

    public function shouldNotThrowReplyWhenStatusCreated()
    {
        $action = new AuthorizeAction('aTemplate');
        $action->setGateway($this->createGatewayMock());
        $action->execute(new Authorize(array('location' => 'aLocation', 'status' => Constants::STATUS_CREATED, 'gui' => array('snippet' => 'theSnippet'), 'merchant' => ['confirmation_uri' => 'theConfirmationUri', 'push_uri' => 'thePushUri', 'checkout_uri' => 'theCheckoutUri', 'terms_uri' => 'theTermsUri'])));
    }