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:
authormattab <matthieu.aubry@gmail.com>2014-02-21 05:03:34 +0400
committermattab <matthieu.aubry@gmail.com>2014-02-21 05:03:34 +0400
commitd90f41b8c306648ec63cb3847154a5bb1bda5b8d (patch)
tree8ccd261c2f7845b06d5bc5b13ca06df6d54fe610 /tests
parent13a4576d339d817289f279b36ba3c15600a0fa20 (diff)
Build should be green now!
Diffstat (limited to 'tests')
-rw-r--r--tests/PHPUnit/Core/ReleaseCheckListTest.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/PHPUnit/Core/ReleaseCheckListTest.php b/tests/PHPUnit/Core/ReleaseCheckListTest.php
index 284810f3c3..9f756a0a6c 100644
--- a/tests/PHPUnit/Core/ReleaseCheckListTest.php
+++ b/tests/PHPUnit/Core/ReleaseCheckListTest.php
@@ -190,10 +190,6 @@ class ReleaseCheckListTest extends PHPUnit_Framework_TestCase
// if not added to git, then it is not part of the release checklist.
continue;
}
-
- if($pluginName === \Piwik\Plugin\Manager::DEFAULT_THEME) {
- continue;
- }
$manager = \Piwik\Plugin\Manager::getInstance();
$disabled = in_array($pluginName, $manager->getCorePluginsDisabledByDefault());