PHP Class seregazhuk\tests\Bot\Api\PinnersTest

Inheritance: extends ProviderTest, use trait seregazhuk\tests\helpers\FollowResponseHelper
Show file Open project: seregazhuk/php-pinterest-bot

Protected Properties

Property Type Description
$provider seregazhuk\PinterestBot\Api\Providers\Pinners
$providerClass string

Public Methods

Method Description
it_proxies_block_by_username_to_block_by_id ( )
it_should_block_user_by_id ( )
it_should_follow_user ( )
it_should_return_generator_when_searching ( )
it_should_return_generator_with_following_users ( )
it_should_return_generator_with_user_followers ( )
it_should_return_generator_with_user_likes ( )
it_should_return_generator_with_user_pins ( )
it_should_return_user_info ( )
it_should_unfollow_user ( )
it_throws_exception_for_wrong_following_request ( )

Method Details

it_proxies_block_by_username_to_block_by_id() public method

it_should_block_user_by_id() public method

it_should_follow_user() public method

it_should_return_generator_when_searching() public method

it_should_return_generator_with_following_users() public method

it_should_return_generator_with_user_followers() public method

it_should_return_generator_with_user_likes() public method

it_should_return_generator_with_user_pins() public method

it_should_return_user_info() public method

it_should_unfollow_user() public method

it_throws_exception_for_wrong_following_request() public method

Property Details

$provider protected property

protected Pinners,seregazhuk\PinterestBot\Api\Providers $provider
return seregazhuk\PinterestBot\Api\Providers\Pinners

$providerClass protected property

protected string $providerClass
return string