Example #1
0
 public function testCanSetDifferentTempDir()
 {
     $pandoc = new Pandoc(null, '/tmp');
     $this->assertTrue($pandoc->getTmpDir() === '/tmp');
 }