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 'tests/PHPUnit/Unit/CookieTest.php')
-rw-r--r--tests/PHPUnit/Unit/CookieTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/PHPUnit/Unit/CookieTest.php b/tests/PHPUnit/Unit/CookieTest.php
index ccf534cec8..738229e520 100644
--- a/tests/PHPUnit/Unit/CookieTest.php
+++ b/tests/PHPUnit/Unit/CookieTest.php
@@ -44,7 +44,7 @@ class CookieTest extends \PHPUnit\Framework\TestCase
*
* @dataProvider getJsonSerializeData
*/
- public function testJsonSerialize($testData, $id)
+ public function testJsonSerialize($id, $testData)
{
$this->assertEquals($testData, json_decode(json_encode($testData), $assoc = true), $id);
}