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:
authorStefan Giehl <stefan@matomo.org>2020-04-23 01:15:29 +0300
committerGitHub <noreply@github.com>2020-04-23 01:15:29 +0300
commit0cdeb6da6e4679c56aa351c004cbd6afe7843c56 (patch)
treeb228ec39e1cd274be77c3b6a661427e31bce8b78 /plugins/Contents
parentd3e8c0279e395a99949b0854c9b4e850fc4c06f9 (diff)
Reactivates some skipped tests (#15848)
* removes some unused methods * reactivate some skipped tests
Diffstat (limited to 'plugins/Contents')
-rw-r--r--plugins/Contents/tests/System/ContentsTest.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/Contents/tests/System/ContentsTest.php b/plugins/Contents/tests/System/ContentsTest.php
index d7a4b350a7..41aaed9c73 100644
--- a/plugins/Contents/tests/System/ContentsTest.php
+++ b/plugins/Contents/tests/System/ContentsTest.php
@@ -28,9 +28,6 @@ class ContentsTest extends SystemTestCase
public function testApi($api, $params)
{
$params['xmlFieldsToRemove'] = array('idsubdatatable');
- if(self::isMysqli()) {
- $this->markTestSkipped('Sometimes fail on MYSQLI (at random)');
- }
$this->runApiTests($api, $params);
}