Example #1
0
 function test_toString()
 {
     $html = '<html><head>' . '</head><body>' . '</body></html>';
     $page = new Page($html);
     $o = $page->__toString();
     $this->assertTrue(is_string($o));
 }