Longman\TelegramBot\Tests\Unit\WebhookInfoTest::testGetUrl PHP Method

testGetUrl() public method

Testing getUrl
public testGetUrl ( )
    public function testGetUrl()
    {
        $webhook = new WebhookInfo($this->data);
        $url = $webhook->getUrl();
        $this->assertEquals($this->data['url'], $url);
    }