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/Core/DeprecatedMethodsTest.php')
-rw-r--r--tests/PHPUnit/Core/DeprecatedMethodsTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/PHPUnit/Core/DeprecatedMethodsTest.php b/tests/PHPUnit/Core/DeprecatedMethodsTest.php
index 1e170bd814..ce496684ba 100644
--- a/tests/PHPUnit/Core/DeprecatedMethodsTest.php
+++ b/tests/PHPUnit/Core/DeprecatedMethodsTest.php
@@ -17,7 +17,7 @@ class DeprecatedMethodsTest extends PHPUnit_Framework_TestCase
public function test_version2_0_4()
{
- $validTill = '2014-06-15';
+ $validTill = '2014-09-15';
$this->assertDeprecatedMethodIsRemoved('\Piwik\Period', 'factory', $validTill);
$validTill = '2014-10-01';