Explorar el Código

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

Taddeus Kroes hace 13 años
padre
commit
02493efa95
Se han modificado 1 ficheros con 2 adiciones y 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';
 
 ?>