Example #1
0
 public function testPdfStrategy()
 {
     $this->assertSame('newFile.pdf', $this->file->exportTo($this->pdfStrategy));
 }