loadXML(''); $collection = new AuthorElementCollection($dom->childNodes); foreach($collection as $authorElement) { $this->assertInstanceOf(AuthorElement::class, $authorElement); } } }