Exemplo n.º 1
0
 public function testInputSourceIsUrlWhenLoadUrlIsCalled()
 {
     $this->pdf->loadUrl('http://www.foo.bar');
     $this->assertEquals('http://www.foo.bar', $this->call('getInputSource'));
 }