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:
authorMatthieu Aubry <matt@piwik.org>2014-11-25 03:59:57 +0300
committerMatthieu Aubry <matt@piwik.org>2014-11-25 03:59:57 +0300
commit934a91d872186b87bf55871edba6775d5ee49252 (patch)
tree59a4f0960690055c38f4ae1a930c52e9db34cbe9 /tests/PHPUnit/Unit/DeprecatedMethodsTest.php
parenta8917239df8ef46312c5295f8a92070f87125f86 (diff)
Postpone deprecation window
Diffstat (limited to 'tests/PHPUnit/Unit/DeprecatedMethodsTest.php')
-rw-r--r--tests/PHPUnit/Unit/DeprecatedMethodsTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/PHPUnit/Unit/DeprecatedMethodsTest.php b/tests/PHPUnit/Unit/DeprecatedMethodsTest.php
index 46dfca652f..8b8d164c1b 100644
--- a/tests/PHPUnit/Unit/DeprecatedMethodsTest.php
+++ b/tests/PHPUnit/Unit/DeprecatedMethodsTest.php
@@ -22,7 +22,7 @@ class DeprecatedMethodsTest extends \PHPUnit_Framework_TestCase
{
public function test_version2_0_4()
{
- $validTill = '2014-11-25';
+ $validTill = '2014-02-25';
$this->assertDeprecatedMethodIsRemoved('\Piwik\Period', 'factory', $validTill);
$this->assertDeprecatedMethodIsRemoved('\Piwik\Config', 'getConfigSuperUserForBackwardCompatibility', $validTill);
$this->assertDeprecatedMethodIsRemoved('\Piwik\Menu\MenuAdmin', 'addEntry', $validTill);
@@ -113,4 +113,4 @@ class DeprecatedMethodsTest extends \PHPUnit_Framework_TestCase
$errorMessage = $className . '::' . $method . ' should be removed as the method is deprecated but it is not.';
$this->assertFalse($methodExists, $errorMessage);
}
-} \ No newline at end of file
+}