Omnipay\Common\Message\AbstractRequestTest::testPaymentMethod PHP Méthode

testPaymentMethod() public méthode

public testPaymentMethod ( )
    public function testPaymentMethod()
    {
        $this->assertSame($this->request, $this->request->setPaymentMethod('ideal'));
        $this->assertSame('ideal', $this->request->getPaymentMethod());
    }