HtmlDom = new HtmlDom('
Hello
World
'); $result = $this->HtmlDom->find('div', 1)->innertext; $this->assertSame('World', $result); } }