PHP Class spec\Mdb\PayPal\Ipn\MessageSpec

Inheritance: extends PhpSpec\ObjectBehavior
Datei anzeigen Open project: mike182uk/paypal-ipn-listener

Public Methods

Method Description
it_can_be_represented_as_a_string ( )
it_should_accept_a_string_of_raw_post_data_for_its_data_source ( )
it_should_retrieve_a_property ( )
it_should_retrieve_all_properties ( )
it_should_return_an_empty_string_when_retrieving_a_non_existent_property ( )
it_should_url_decode_values_when_using_a_string_of_raw_post_data_for_its_data_source ( )
it_should_url_encode_property_values_when_represented_as_a_string ( )
let ( )

Method Details

it_can_be_represented_as_a_string() public method

it_should_accept_a_string_of_raw_post_data_for_its_data_source() public method

it_should_retrieve_a_property() public method

it_should_retrieve_all_properties() public method

it_should_return_an_empty_string_when_retrieving_a_non_existent_property() public method

it_should_url_decode_values_when_using_a_string_of_raw_post_data_for_its_data_source() public method

it_should_url_encode_property_values_when_represented_as_a_string() public method

let() public method

public let ( )