seregazhuk\tests\Bot\Api\CommentsTest::it_should_create_comments_for_pin PHP Method

it_should_create_comments_for_pin() public method

    public function it_should_create_comments_for_pin()
    {
        $this->apiShouldReturnSuccess()->assertNotEmpty($this->provider->create(1111, 'comment text'));
        $this->apiShouldReturnError()->assertFalse($this->provider->create(1111, 'comment text'));
    }