示例#1
0
 public function testPHPQueryInit()
 {
     require_once '../vendor/autoload.php';
     try {
         X\THETOOLS::initPhpQuery();
     } catch (X\THETOOLSException $e) {
         $this->fail('PHPQuery autoloading failed.');
     }
 }