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:
authordiosmosis <diosmosis@users.noreply.github.com>2019-11-28 01:30:59 +0300
committerGitHub <noreply@github.com>2019-11-28 01:30:59 +0300
commit7c1ddeae4f02c4fdd3bcb53db09f9d217dd0647f (patch)
tree6516256f58d3e64a9d7ed8e1a2381f7efe7e525a /tests
parent6125a0838839b11b95fd2043cc47cd4949de766c (diff)
Fix build (#15202)
* fixing build * fixing tests
Diffstat (limited to 'tests')
-rw-r--r--tests/PHPUnit/Integration/Tracker/RequestTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/PHPUnit/Integration/Tracker/RequestTest.php b/tests/PHPUnit/Integration/Tracker/RequestTest.php
index b8cef753a6..7465cc7dc8 100644
--- a/tests/PHPUnit/Integration/Tracker/RequestTest.php
+++ b/tests/PHPUnit/Integration/Tracker/RequestTest.php
@@ -86,7 +86,7 @@ class RequestTest extends IntegrationTestCase
public function test_cdt_ShouldReturnTheCustomTimestamp_ShouldUseStrToTime_IfItIsNotATime()
{
- $request = $this->buildRequest(array('cdt' => '5 years ago'));
+ $request = $this->buildRequest(array('cdt' => '6 years ago'));
$request->setCurrentTimestamp($this->time);
$request->setIsAuthenticated();
$this->assertNotSame($this->time, $request->getCurrentTimestamp());