getContent() public method

public getContent ( ) : false
return false
Exemplo n.º 1
0
 public function testGetContent()
 {
     $response = new BinaryFileResponse(__FILE__);
     $this->assertFalse($response->getContent());
 }
Exemplo n.º 2
0
 public function testGetContent()
 {
     $response = new BinaryFileResponse('README.md');
     $this->assertFalse($response->getContent());
 }