Omnipay\Common\Message\AbstractRequestTest::testCardReference PHP Метод

testCardReference() публичный Метод

public testCardReference ( )
    public function testCardReference()
    {
        $this->assertSame($this->request, $this->request->setCardReference('12345'));
        $this->assertSame('12345', $this->request->getCardReference());
    }