seregazhuk\tests\Bot\Api\KeywordsTest::it_should_return_empty_array_for_no_recommendations PHP Метод

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

    public function it_should_return_empty_array_for_no_recommendations()
    {
        $this->apiShouldReturnData('')->assertEmpty($this->provider->recommendedFor('test'));
    }