PHP Class seregazhuk\tests\Bot\Api\BoardsTest

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\Boards
$providerClass string

Public Methods

Method Description
it_should_create_board ( )
it_should_delete_board ( )
it_should_follow_boards ( )
it_should_return_board_info ( )
it_should_return_boards_for_specific_user ( )
it_should_return_generator_for_boards_followers ( )
it_should_return_generator_with_pins_for_specific_board ( )
it_should_return_title_suggestions_for_pin ( )
it_should_should_return_generator_when_searching ( )
it_should_unfollow_boards ( )
it_should_update_board ( )

Method Details

it_should_create_board() public method

it_should_delete_board() public method

it_should_follow_boards() public method

it_should_return_board_info() public method

it_should_return_boards_for_specific_user() public method

it_should_return_generator_for_boards_followers() public method

it_should_return_generator_with_pins_for_specific_board() public method

it_should_return_title_suggestions_for_pin() public method

it_should_should_return_generator_when_searching() public method

it_should_unfollow_boards() public method

it_should_update_board() public method

Property Details

$provider protected property

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

$providerClass protected property

protected string $providerClass
return string