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:
authormattab <matthieu.aubry@gmail.com>2014-01-13 03:57:42 +0400
committermattab <matthieu.aubry@gmail.com>2014-01-13 03:57:42 +0400
commit1d40bdcb70ab4cbd760b19c89807c6e367ccf02b (patch)
treebb2d780d3a317763652013e41904ee971b3319dc /tests
parenta5bc804a9653a496bacfee0a99b2e4c8ee65a947 (diff)
Fix typo
Diffstat (limited to 'tests')
-rw-r--r--tests/PHPUnit/Core/JsProxyTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/PHPUnit/Core/JsProxyTest.php b/tests/PHPUnit/Core/JsProxyTest.php
index fd46e7a4c1..d6b2566b8d 100644
--- a/tests/PHPUnit/Core/JsProxyTest.php
+++ b/tests/PHPUnit/Core/JsProxyTest.php
@@ -39,8 +39,8 @@ class Test_Piwik_JsProxy extends PHPUnit_Framework_TestCase
$this->assertEquals(
"R0lGODlhAQABAIAAAAAAAAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==",
- base64_encode($fullResponse) . "\n\n\n\nRaw content: \n\n\n" . $fullResponse,
- 'checking for image content'
+ base64_encode($fullResponse) ,
+ 'checking for image content' . "\n\n\n\nRaw content: \n\n\n" . $fullResponse
);
}