Parcourir la source

Updated config file for unit tests (the farmer data model)

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@364 a333f486-631f-4898-b8df-5754b55c2be0
romainq il y a 15 ans
Parent
commit
2cdfb9de62
1 fichiers modifiés avec 4 ajouts et 1 suppressions
  1. 4 1
      config-test-farm.php

+ 4 - 1
config-test-farm.php

@@ -10,7 +10,7 @@
 
 $MySettings = array(
 	'db_host' => 'localhost',
-	'db_user' => 'RomainDBLogin',
+	'db_user' => 'root',
 	'db_pwd' => '',
 	'db_name' => 'TestFarm',
 	'db_subname' => '', // use it to differentiate two applications instances running on the same DB
@@ -20,6 +20,9 @@ $MySettings = array(
 
 $MyModules = array(
 	'application' => array (
+//		'../core/event.class.inc.php',
+//		'../core/action.class.inc.php',
+//		'../core/trigger.class.inc.php',
 		// to be continued...
 	),
 	'business' => array (