PHP Class seregazhuk\tests\Bot\ProviderWrapperTest

Inheritance: extends PHPUnit_Framework_TestCas\PHPUnit_Framework_TestCase
Show file Open project: seregazhuk/php-pinterest-bot

Public Methods

Method Description
it_should_call_provider_method ( )
it_should_fail_when_login_is_required ( ) For not logged in request.
it_should_throw_exception_when_calling_non_existed_method ( )

Protected Methods

Method Description
createWrapper ( ) : ProviderWrapper

Method Details

createWrapper() protected method

protected createWrapper ( ) : ProviderWrapper
return seregazhuk\PinterestBot\Api\Providers\ProviderWrapper

it_should_call_provider_method() public method

it_should_fail_when_login_is_required() public method

For not logged in request.

it_should_throw_exception_when_calling_non_existed_method() public method