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 'plugins/API/tests/Unit/HtmlRendererTest.php')
-rw-r--r--plugins/API/tests/Unit/HtmlRendererTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/API/tests/Unit/HtmlRendererTest.php b/plugins/API/tests/Unit/HtmlRendererTest.php
index 374f33e0b6..22b492e10d 100644
--- a/plugins/API/tests/Unit/HtmlRendererTest.php
+++ b/plugins/API/tests/Unit/HtmlRendererTest.php
@@ -32,7 +32,7 @@ class HtmlRendererTest extends \PHPUnit_Framework_TestCase
{
$response = $this->builder->renderSuccess('ok');
- $this->assertEquals('Success:ok', $response);
+ $this->assertEquals('<!-- Success: ok -->', $response);
}
public function test_renderException_shouldIncludeTheMessageAndNotExceptionMessage()