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

testCurrencyLowercase() public method

    public function testCurrencyLowercase()
    {
        $this->assertSame($this->request, $this->request->setCurrency('usd'));
        $this->assertSame('USD', $this->request->getCurrency());
    }