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:
authordiosmosis <benaka@piwik.pro>2015-06-19 07:36:25 +0300
committerdiosmosis <benaka@piwik.pro>2015-06-20 03:09:13 +0300
commitde7bae7142dffabba526d904f73ca5759b248678 (patch)
tree9477c5fccc548c75bf2954982fb4af24a278e2cf /tests/PHPUnit/Framework/Fixture.php
parentf4c1879065133ea1821a6ed582b8677f3981acd2 (diff)
Add parameter docs specifying that parameters are ignored for Fixture::loadAllPlugins. For users that want to use the method.
Diffstat (limited to 'tests/PHPUnit/Framework/Fixture.php')
-rw-r--r--tests/PHPUnit/Framework/Fixture.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/PHPUnit/Framework/Fixture.php b/tests/PHPUnit/Framework/Fixture.php
index ceef2feab0..927b9cdbff 100644
--- a/tests/PHPUnit/Framework/Fixture.php
+++ b/tests/PHPUnit/Framework/Fixture.php
@@ -350,6 +350,11 @@ class Fixture extends \PHPUnit_Framework_Assert
// since Plugin\Manager uses getFromGlobalConfig which doesn't init the config object
}
+ /**
+ * @param \Piwik\Tests\Framework\TestingEnvironmentVariables|null $testEnvironment Ignored.
+ * @param bool|false $testCaseClass Ignored.
+ * @param array $extraPluginsToLoad Ignoerd.
+ */
public static function loadAllPlugins(TestingEnvironmentVariables $testEnvironment = null, $testCaseClass = false, $extraPluginsToLoad = array())
{
DbHelper::createTables();