PHP Class seregazhuk\tests\Bot\ResponseTest

Inheritance: extends PHPUnit_Framework_TestCas\PHPUnit_Framework_TestCase, use trait seregazhuk\tests\helpers\ResponseHelper
Show file Open project: seregazhuk/php-pinterest-bot

Public Methods

Method Description
it_should_check_empty_responses ( )
it_should_check_responses_with_data ( )
it_should_check_responses_with_errors ( )
it_should_return_bookmarks_string_from_response ( )
it_should_return_client_info ( )
it_should_return_data_and_bookmarks_from_response_with_pagination ( )
it_should_return_data_from_response ( )
it_should_return_empty_array_for_response_without_pagination ( )
it_should_return_false_on_error_response ( )
it_should_return_value_by_key_from_response ( )

Method Details

it_should_check_empty_responses() public method

it_should_check_responses_with_data() public method

it_should_check_responses_with_errors() public method

it_should_return_bookmarks_string_from_response() public method

it_should_return_client_info() public method

it_should_return_data_and_bookmarks_from_response_with_pagination() public method

it_should_return_data_from_response() public method

it_should_return_empty_array_for_response_without_pagination() public method

it_should_return_false_on_error_response() public method

it_should_return_value_by_key_from_response() public method