Omnipay\Common\Message\AbstractRequestTest::testCurrencyNull PHP 메소드

testCurrencyNull() 공개 메소드

public testCurrencyNull ( )
    public function testCurrencyNull()
    {
        $this->assertSame($this->request, $this->request->setCurrency(null));
        $this->assertNull($this->request->getCurrency());
    }