Longman\TelegramBot\Tests\Unit\WebhookInfoTest::testBaseStageWebhookInfo PHP Метод

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

Testing base stage with data object creating
    public function testBaseStageWebhookInfo()
    {
        $webhook = new WebhookInfo($this->data);
        $this->assertInstanceOf('Longman\\TelegramBot\\Entities\\WebhookInfo', $webhook);
    }