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
path: root/tests
diff options
context:
space:
mode:
authorStefan Giehl <stefan@piwik.org>2018-07-24 00:38:38 +0300
committerdiosmosis <diosmosis@users.noreply.github.com>2018-07-24 00:38:38 +0300
commit8d3d72071013ac93dda83fe15915cffd9319eda7 (patch)
tree9a8ab786f2d407a1895d9b3eac887aa0290b0a3f /tests
parent2b33801393deb7d5c27a9480bd512a58740d5ac6 (diff)
Renames console to Matomo (#13192)
and changes --piwik-domain option to --matomo-domain
Diffstat (limited to 'tests')
-rw-r--r--tests/PHPUnit/Unit/ConsoleTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/PHPUnit/Unit/ConsoleTest.php b/tests/PHPUnit/Unit/ConsoleTest.php
index f13f825f32..9d46ffc828 100644
--- a/tests/PHPUnit/Unit/ConsoleTest.php
+++ b/tests/PHPUnit/Unit/ConsoleTest.php
@@ -19,7 +19,7 @@ class ConsoleTest extends \PHPUnit_Framework_TestCase
{
$console = new Console();
- $this->assertEquals('Piwik', $console->getName());
+ $this->assertEquals('Matomo', $console->getName());
$this->assertEquals(Version::VERSION, $console->getVersion());
}
}