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:
Diffstat (limited to 'tests/config/mysqli.template.php')
-rw-r--r--tests/config/mysqli.template.php30
1 files changed, 0 insertions, 30 deletions
diff --git a/tests/config/mysqli.template.php b/tests/config/mysqli.template.php
deleted file mode 100644
index ca05bb6c93..0000000000
--- a/tests/config/mysqli.template.php
+++ /dev/null
@@ -1,30 +0,0 @@
-; <?php exit; ?> DO NOT REMOVE THIS LINE
-; this file is just here for documentation purpose
-; the config.ini.php is normally created during the installation process
-; when this file is absent it triggers the Installation process
-; the config.ini.php file contains information about the super user and the database access
-
-[superuser]
-login= @superuser.loging@
-password= @superuser.password@
-email= @superuser.email@
-
-[database]
-host= @database.main.host@
-port= @database.main.port@
-username= @database.main.username@
-password= @database.main.password@
-dbname= @database.main.name@
-adapter= MYSQLI
-tables_prefix= piwik_
-schema= Myisam
-
-[database_tests]
-host= @database.test.host@
-port= @database.test.port@
-username= @database.test.username@
-password= @database.test.password@
-dbname= @database.test.name@
-adapter= MYSQLI
-tables_prefix= piwiktests_
-schema= Myisam