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:
authorStefan Giehl <stefan@matomo.org>2020-11-02 22:08:53 +0300
committerGitHub <noreply@github.com>2020-11-02 22:08:53 +0300
commit7f58bb49a82ef12f2c1e95834d5e32cc4129086c (patch)
tree3d3d5cd5914952e7e236b23debdc4b07bd66eabd /tests
parent50bf1bf803576cc3692796c887df6b1bd94d9e1d (diff)
reactivate some tests that were disabled till first release (#16652)
Diffstat (limited to 'tests')
-rw-r--r--tests/PHPUnit/Unit/DeprecatedMethodsTest.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/PHPUnit/Unit/DeprecatedMethodsTest.php b/tests/PHPUnit/Unit/DeprecatedMethodsTest.php
index c825dfff69..7e51f28d3e 100644
--- a/tests/PHPUnit/Unit/DeprecatedMethodsTest.php
+++ b/tests/PHPUnit/Unit/DeprecatedMethodsTest.php
@@ -84,8 +84,6 @@ class DeprecatedMethodsTest extends \PHPUnit\Framework\TestCase
$this->assertDeprecatedMethodIsRemovedInPiwik4('Piwik\SettingsPiwik', 'isPiwikInstalled');
$this->assertDeprecatedMethodIsRemovedInPiwik4('Piwik\Piwik', 'doAsSuperUser');
-
- $this->assertDeprecatedMethodIsRemovedInPiwikVersion('4.0.0-rc1', \Piwik\Plugins\Marketplace\tests\System\Api\ClientTest::class, 'skipTestUntilFirstRelease');
}