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:
authorMatthieu Napoli <matthieu@mnapoli.fr>2015-04-29 05:27:27 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2015-05-20 14:25:37 +0300
commit7142c6d176e5f718dec8ccdc665443b6e96d8ab2 (patch)
tree151d0909e96f9430a7d92f2b91d858ab55d1e938 /tests/PHPUnit/System/EnvironmentValidationTest.php
parent9588f243999d951e2f0718e286469d4f2e3b68cb (diff)
ref #7584 Redesign of the installation
Diffstat (limited to 'tests/PHPUnit/System/EnvironmentValidationTest.php')
-rw-r--r--tests/PHPUnit/System/EnvironmentValidationTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/PHPUnit/System/EnvironmentValidationTest.php b/tests/PHPUnit/System/EnvironmentValidationTest.php
index a625a71859..37d631a5a4 100644
--- a/tests/PHPUnit/System/EnvironmentValidationTest.php
+++ b/tests/PHPUnit/System/EnvironmentValidationTest.php
@@ -133,7 +133,7 @@ class EnvironmentValidationTest extends SystemTestCase
private function assertInstallationProcessStarted($output)
{
- $this->assertRegExp('<div id="installationPage">', $output);
+ $this->assertContains('<title>Piwik &rsaquo; Installation</title>', $output);
}
private function simulateAbsentConfigFile($fileName)