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:
m---------tests/PHPUnit/UI0
-rw-r--r--tests/README.md2
-rw-r--r--tests/index.html (renamed from tests/index.php)0
-rw-r--r--tests/javascript/index.php3
4 files changed, 3 insertions, 2 deletions
diff --git a/tests/PHPUnit/UI b/tests/PHPUnit/UI
-Subproject 3edb7bd1fb377946df55336532c7bb82f24ceb5
+Subproject 7a8b8d96d9496c553710e1136473019b955600b
diff --git a/tests/README.md b/tests/README.md
index f1d825d48a..6dac088406 100644
--- a/tests/README.md
+++ b/tests/README.md
@@ -34,7 +34,7 @@ To execute the tests:
* In your php.ini make sure you have the setting to show all errors:
`error_reporting = E_ALL | E_STRICT`
- * Go to tests/index.php to see the tests homepage
+ * Go to tests/index.html to see the tests homepage
and run the Integration tests via a visual UI, or run JS Tests
* Next you will need to install PHPUnit
diff --git a/tests/index.php b/tests/index.html
index 9078a41907..9078a41907 100644
--- a/tests/index.php
+++ b/tests/index.html
diff --git a/tests/javascript/index.php b/tests/javascript/index.php
index dedfb4f0de..de3b11d4e4 100644
--- a/tests/javascript/index.php
+++ b/tests/javascript/index.php
@@ -1,4 +1,5 @@
-<!DOCTYPE html>
+<?php
+?><!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">