コード例 #1
0
ファイル: PHPQueryTest.php プロジェクト: xiphe/thetools
 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());
 }