spec\Mdb\PayPal\Ipn\ServiceResponseSpec::it_should_retrieve_the_body PHP Method

it_should_retrieve_the_body() public method

    function it_should_retrieve_the_body()
    {
        $this->getBody()->shouldReturn('foo');
    }