Example #1
0
 /**
  * @return @test
  */
 public function canBeInitialized()
 {
     $this->body->shouldReceive('__toString')->andReturn('');
     $this->assertEmpty($this->response->getContent());
     $this->body->shouldHaveReceived('__toString')->withNoArgs();
 }