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:
authormattab <matthieu.aubry@gmail.com>2015-02-27 06:37:54 +0300
committermattab <matthieu.aubry@gmail.com>2015-02-27 06:37:54 +0300
commitd3b64b1e3f8710c94a936130741186a1cf02e953 (patch)
tree6def435de427abdcb8d65a6f2372bea8e4d678e4 /tests/PHPUnit/Unit/DeprecatedMethodsTest.php
parentfa12de0c353b1821a52f0f93432c16b66b7d621f (diff)
Deprecated classes have been removed
Diffstat (limited to 'tests/PHPUnit/Unit/DeprecatedMethodsTest.php')
-rw-r--r--tests/PHPUnit/Unit/DeprecatedMethodsTest.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/PHPUnit/Unit/DeprecatedMethodsTest.php b/tests/PHPUnit/Unit/DeprecatedMethodsTest.php
index 4bb9788634..8336c73c4e 100644
--- a/tests/PHPUnit/Unit/DeprecatedMethodsTest.php
+++ b/tests/PHPUnit/Unit/DeprecatedMethodsTest.php
@@ -31,15 +31,6 @@ class DeprecatedMethodsTest extends \PHPUnit_Framework_TestCase
$this->assertDeprecatedMethodIsRemoved('\Piwik\Menu\MenuTop', 'removeEntry', $validTill);
$validTill = '2015-03-10';
- $this->assertDeprecatedClassIsRemoved('\IntegrationTestCase', $validTill);
- $this->assertDeprecatedClassIsRemoved('\DatabaseTestCase', $validTill);
- $this->assertDeprecatedClassIsRemoved('\BenchmarkTestCase', $validTill);
- $this->assertDeprecatedClassIsRemoved('\FakeAccess', $validTill);
- $this->assertDeprecatedClassIsRemoved('\Piwik\Tests\ConsoleCommandTestCase', $validTill);
- $this->assertDeprecatedClassIsRemoved('\Piwik\Tests\Fixture', $validTill);
- $this->assertDeprecatedClassIsRemoved('\Piwik\Tests\OverrideLogin', $validTill);
-
- $validTill = '2015-03-10';
$this->assertDeprecatedMethodIsRemoved('Piwik\IP', 'sanitizeIp', $validTill);
$this->assertDeprecatedMethodIsRemoved('Piwik\IP', 'sanitizeIpRange', $validTill);
$this->assertDeprecatedMethodIsRemoved('Piwik\IP', 'P2N', $validTill);