getContent() публичный Метод

public getContent ( ) : false
Результат false
Пример #1
0
 public function testGetContent()
 {
     $response = new BinaryFileResponse(__FILE__);
     $this->assertFalse($response->getContent());
 }
Пример #2
0
 public function testGetContent()
 {
     $response = new BinaryFileResponse('README.md');
     $this->assertFalse($response->getContent());
 }