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