Explorar o código

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

Taddeus Kroes %!s(int64=13) %!d(string=hai) anos
pai
achega
02493efa95
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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';
 
 ?>