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

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

public testNotifyUrl ( )
    public function testNotifyUrl()
    {
        $this->assertSame($this->request, $this->request->setNotifyUrl('https://www.example.com/notify'));
        $this->assertSame('https://www.example.com/notify', $this->request->getNotifyUrl());
    }