; ;------------------------------------------------------------------------------------------; ; Test Environment Settings - Make Sure The Following Are Correct! ; ;------------------------------------------------------------------------------------------; [db] type = mysql_SGL host = localhost protocol = tcp port = 3306 user = root pass = name = simpletest ; Don't set this to be your project database - the test ; database is often dropped during testing! [project] name = My Project projectMnemonic = _SGL ; use this to override global vars [general] directoriesToScan = modules,lib/SGL initBridge = /etc/sglBridge.php ; Path should be relative to the tests install directory [schemaFiles] file1 = etc/sequence.my.sql file2 = modules/default/data/schema.my.sql file3 = modules/user/data/schema.my.sql file4 = modules/navigation/data/schema.my.sql file5 = modules/block/data/schema.my.sql [dataFiles] file1 = modules/default/data/data.default.my.sql file2 = modules/user/data/data.default.my.sql file3 = modules/navigation/data/data.default.my.sql file4 = modules/block/data/data.default.my.sql