PHP Class spec\Mdb\PayPal\Ipn\MessageFactory\InputStreamMessageFactorySpec

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

Public Methods

Method Description
it_should_be_a_message_factory ( )
it_should_create_a_message_from_the_input_stream ( InputStream $inputStream )
it_should_url_decode_values_from_the_input_stream ( InputStream $inputStream )
let ( InputStream $inputStream )

Method Details

it_should_be_a_message_factory() public method

it_should_create_a_message_from_the_input_stream() public method

public it_should_create_a_message_from_the_input_stream ( InputStream $inputStream )
$inputStream Mdb\PayPal\Ipn\InputStream

it_should_url_decode_values_from_the_input_stream() public method

public it_should_url_decode_values_from_the_input_stream ( InputStream $inputStream )
$inputStream Mdb\PayPal\Ipn\InputStream

let() public method

public let ( InputStream $inputStream )
$inputStream Mdb\PayPal\Ipn\InputStream