Payum\Paypal\ProHosted\Nvp\Tests\Action\Api\ConvertPaymentActionTest::provideNotSupportedRequests PHP Method

provideNotSupportedRequests() public method

    public function provideNotSupportedRequests()
    {
        return array(array('foo'), array(array('foo')), array(new \stdClass()), array($this->getMockForAbstractClass(Generic::class, array(array()))), array(new $this->requestClass(new \stdClass(), 'array')), array(new $this->requestClass(new Payment(), 'foobar')), array(new $this->requestClass($this->getMock(PaymentInterface::class), 'foobar')));
    }