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:
authorMatthieu Napoli <matthieu@mnapoli.fr>2014-10-20 05:02:04 +0400
committerMatthieu Napoli <matthieu@mnapoli.fr>2014-10-20 05:02:04 +0400
commit96fa7533f38e3bccacd6f86b4846bc62507bbee7 (patch)
tree8e5340bf67cd2ac35a3f8d19863117d5aa6de964 /tests
parentcc5405970b2206b24db4b7e348dfa1eb130b78d7 (diff)
parent0631132887b38503d4dcabd777f021b164c6590a (diff)
Merge branch 'master' into bugfix/6156
Diffstat (limited to 'tests')
-rw-r--r--tests/PHPUnit/Unit/DeprecatedMethodsTest.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/PHPUnit/Unit/DeprecatedMethodsTest.php b/tests/PHPUnit/Unit/DeprecatedMethodsTest.php
index 8bd55c49f8..022de25ca4 100644
--- a/tests/PHPUnit/Unit/DeprecatedMethodsTest.php
+++ b/tests/PHPUnit/Unit/DeprecatedMethodsTest.php
@@ -17,17 +17,17 @@ class DeprecatedMethodsTest extends PHPUnit_Framework_TestCase
public function test_version2_0_4()
{
- $validTill = '2014-10-20';
+ $validTill = '2014-10-27';
$this->assertDeprecatedMethodIsRemoved('\Piwik\Period', 'factory', $validTill);
- $validTill = '2014-10-20';
+ $validTill = '2014-10-27';
$this->assertDeprecatedMethodIsRemoved('\Piwik\Config', 'getConfigSuperUserForBackwardCompatibility', $validTill);
$this->assertDeprecatedMethodIsRemoved('\Piwik\Menu\MenuAdmin', 'addEntry', $validTill);
$this->assertDeprecatedMethodIsRemoved('\Piwik\Menu\MenuAdmin', 'removeEntry', $validTill);
$this->assertDeprecatedMethodIsRemoved('\Piwik\Menu\MenuTop', 'addEntry', $validTill);
$this->assertDeprecatedMethodIsRemoved('\Piwik\Menu\MenuTop', 'removeEntry', $validTill);
- $validTill = '2014-10-20';
+ $validTill = '2014-10-27';
$this->assertDeprecatedMethodIsRemoved('\Piwik\SettingsPiwik', 'rewriteTmpPathWithHostname', $validTill);
$validTill = '2015-02-06';