Browse Source

Fix tests

euromark 11 years ago
parent
commit
2025d54984
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/bootstrap.php

+ 1 - 1
tests/bootstrap.php

@@ -72,7 +72,7 @@ Configure::write('App', [
 	'baseUrl' => false,
 	'dir' => APP_DIR,
 	'webroot' => 'webroot',
-	'www_root' => WWW_ROOT,
+	'wwwRoot' => WWW_ROOT,
 	'fullBaseUrl' => 'http://localhost',
 	'imageBaseUrl' => 'img/',
 	'jsBaseUrl' => 'js/',