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-02 06:51:42 +0300
committerdiosmosis <benaka@piwik.pro>2015-06-06 00:34:54 +0300
commit70d8a9fe42e14305b80ded80d73ef4f729c5743e (patch)
tree83b4f1fc5b478e6bd0032ee6bd3d66784e941269 /tests/PHPUnit/Framework/TestCase
parent556d2a9d66ba82ee335a993e024ebf6670399431 (diff)
Deprecate Fixture::$loadTranslations and remove use.
Diffstat (limited to 'tests/PHPUnit/Framework/TestCase')
-rw-r--r--tests/PHPUnit/Framework/TestCase/IntegrationTestCase.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/PHPUnit/Framework/TestCase/IntegrationTestCase.php b/tests/PHPUnit/Framework/TestCase/IntegrationTestCase.php
index f87568041a..9f2c5eb688 100644
--- a/tests/PHPUnit/Framework/TestCase/IntegrationTestCase.php
+++ b/tests/PHPUnit/Framework/TestCase/IntegrationTestCase.php
@@ -102,7 +102,6 @@ abstract class IntegrationTestCase extends SystemTestCase
protected static function configureFixture($fixture)
{
- $fixture->loadTranslations = false;
$fixture->createSuperUser = false;
$fixture->configureComponents = false;
}