Inheritance: implements IteratorAggregat\IteratorAggregate, implements ArrayAcces\ArrayAccess, implements Countabl\Countable
Exemplo n.º 1
0
 /**
  * @expectedException PHPHtmlParser\Exceptions\EmptyCollectionException
  */
 public function testCallNoNodes()
 {
     $collection = new Collection();
     $collection->innerHtml();
 }