Browse Source

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

Taddeus Kroes 13 years ago
parent
commit
02493efa95
1 changed files with 2 additions and 0 deletions
  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';
 
 ?>