Ejemplo n.º 1
0
 public function testLoadInvalid()
 {
     $loader = new FluentDOMLoaderStringXML();
     $contentType = 'text/xml';
     $result = $loader->load('foobar', $contentType);
     $this->assertNull($result);
 }
Ejemplo n.º 2
0
 public function testLoadInvalid()
 {
     $loader = new FluentDOMLoaderStringXML();
     $result = $loader->load('foobar', 'text/xml');
     $this->assertFalse($result);
 }