]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
add unittest url parameter
authorcweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>
Sun, 28 Mar 2010 18:03:52 +0000 (18:03 +0000)
committercweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>
Sun, 28 Mar 2010 18:03:52 +0000 (18:03 +0000)
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@698 b3834d28-1941-0410-a4f8-b48e95affb8f

data/config.default.php

index fdbdaeeb794b8144ab9ab8f9317a12c46e6fe212..4f45eac215a6dcb744c3461704b5127dcf5e0019 100644 (file)
@@ -723,4 +723,16 @@ $authDebug = false;
  * @var string
  */
 $authEmailSuffix = null;
+
+
+
+
+/**
+ * URL unittests are being run against
+ * Has to have a trailing slash
+ *
+ * @var string
+ */
+$unittestUrl = null;
+
 ?>