]> git.mxchange.org Git - hub.git/blobdiff - application/hub/config.php
Added more classes (source for anything 'sourced', etc):
[hub.git] / application / hub / config.php
index 198cf29ef67226291dfc7f261645f5343f939f99..3377f8b2bd2ae517128559accb77e6d81baf6910 100644 (file)
@@ -565,10 +565,13 @@ $cfg->setConfigEntry('cruncher_test_unit_max_count', 1000);
 $cfg->setConfigEntry('cruncher_unit_db_wrapper_class', 'CruncherUnitDatabaseWrapper');
 
 // CFG: CRUNCHER-RANDOM-SECRET-MESSAGE-LENGTH
-$cfg->setConfigEntry('cruncher_random_secret_message_length', 100);
+$cfg->setConfigEntry('random_secret_message_length', 100);
 
 // CFG: CRUNCHER-RANDOM-SECRET-KEY-LENGTH
-$cfg->setConfigEntry('cruncher_random_secret_key_length', 8);
+$cfg->setConfigEntry('random_secret_key_length', 8);
+
+// CFG: TEST-UNIT-SOURCE-CLASS
+$cfg->setConfigEntry('test_unit_source_class', 'TestUnitSource');
 
 // [EOF]
 ?>