Payum\Paypal\ExpressCheckout\Nvp\Tests\Action\PaymentDetailsStatusActionTest::shouldMarkNewIfDetailsEmpty PHP Method

shouldMarkNewIfDetailsEmpty() public method

    public function shouldMarkNewIfDetailsEmpty()
    {
        $action = new PaymentDetailsStatusAction();
        $request = new GetHumanStatus(array());
        $action->execute($request);
        $this->assertTrue($request->isNew());
    }