Exemplo n.º 1
0
 public function testContentDispositionToStringReturnsHeaderFormattedString()
 {
     $this->markTestIncomplete('ContentDisposition needs to be completed');
     $contentDispositionHeader = new ContentDisposition();
     // @todo set some values, then test output
     $this->assertEmpty('Content-Disposition: xxx', $contentDispositionHeader->toString());
 }