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