Ejemplo n.º 1
0
 public function testPHPQuery()
 {
     $test = X\THETOOLS::pq('<div id="foo">bar</div>');
     $this->assertSame('phpQueryObject', get_class($test));
     $this->assertSame('<div id="foo">bar</div>', $test->htmlOuter());
 }