PHP Class seregazhuk\tests\Bot\Api\ConversationsTest

Inheritance: extends ProviderTest
Show file Open project: seregazhuk/php-pinterest-bot

Protected Properties

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

Public Methods

Method Description
it_should_return_last_conversation ( )
it_should_send_emails ( )
it_should_send_messages ( )
it_should_throw_exception_when_sending_email_to_no_emails ( )
it_should_throw_exception_when_sending_message_to_no_users ( )

Protected Methods

Method Description
apiShouldSendMessage ( )

Method Details

apiShouldSendMessage() protected method

protected apiShouldSendMessage ( )

it_should_return_last_conversation() public method

it_should_send_emails() public method

it_should_send_messages() public method

it_should_throw_exception_when_sending_email_to_no_emails() public method

it_should_throw_exception_when_sending_message_to_no_users() public method

Property Details

$provider protected property

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

$providerClass protected property

protected string $providerClass
return string