소스 검색

Added SITE_ROOT definition to test config because pQuery requires it now.

Taddeus Kroes 13 년 전
부모
커밋
02493efa95
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      tests/config.php

+ 2 - 0
tests/config.php

@@ -16,6 +16,8 @@ define('PQUERY_DEBUG', true);
  */
 define('PQUERY_ROOT', 'D:/xampp/htdocs/pquery/');
 
+define('SITE_ROOT', 'D:/xampp/htdocs/pquery/');
+
 include_once PQUERY_ROOT.'pquery.php';
 
 ?>