Omnipay\Common\Message\AbstractRequestTest::testCurrencyNull PHP Method

testCurrencyNull() public method

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