seregazhuk\tests\Bot\Api\InterestsTest::it_should_return_category_info PHP Method

it_should_return_category_info() public method

    public function it_should_return_category_info()
    {
        $info = ['name' => 'category1'];
        $this->apiShouldReturnData($info);
        $this->assertEquals($info, $this->provider->info(1));
    }