コード例 #1
0
ファイル: PDFTest.php プロジェクト: johncollinseu/php-pdf
 public function testInputSourceIsUrlWhenLoadUrlIsCalled()
 {
     $this->pdf->loadUrl('http://www.foo.bar');
     $this->assertEquals('http://www.foo.bar', $this->call('getInputSource'));
 }