Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2014-01-09 11:50:42 +0400
committermattab <matthieu.aubry@gmail.com>2014-01-09 11:50:42 +0400
commit383f205329e075563607c825a25f8dd47b6bef46 (patch)
tree616678a9a669787a8f56416b031e3ba4228bd556 /tests/resources/Config
parentb88cc071e2029f194e9c212196f88735c5f31c43 (diff)
Fix build by checking in file
Diffstat (limited to 'tests/resources/Config')
-rw-r--r--tests/resources/Config/common.config.ini.php14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/resources/Config/common.config.ini.php b/tests/resources/Config/common.config.ini.php
new file mode 100644
index 0000000000..572f1a937a
--- /dev/null
+++ b/tests/resources/Config/common.config.ini.php
@@ -0,0 +1,14 @@
+[Category]
+key2 = valueCommon
+
+[GeneralSection]
+password = passwordCommonShouldNotBeOverriden
+
+[TestOnlyInCommon]
+value = commonValue
+
+[TestArray]
+installed[] = plugin777
+
+[Tracker]
+commonConfigTracker = commonConfigTrackerValue \ No newline at end of file