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 01:12:51 +0300
committerdiosmosis <benaka@piwik.pro>2015-06-02 01:12:51 +0300
commit02381cbd5c4ec8cf9e7e911258101e3395edacdd (patch)
treedfbadfeba6d0c0c6d05ae523a00fd43de3116c78 /plugins/Monolog
parent77e029ada38a25c42b9e29e3b9b994db9bdcdd53 (diff)
Remove provideContainerConfig() method in LogTest since it does not affect the tests.
Diffstat (limited to 'plugins/Monolog')
-rw-r--r--plugins/Monolog/Test/Integration/LogTest.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/plugins/Monolog/Test/Integration/LogTest.php b/plugins/Monolog/Test/Integration/LogTest.php
index 09a25ede0c..f26da4983d 100644
--- a/plugins/Monolog/Test/Integration/LogTest.php
+++ b/plugins/Monolog/Test/Integration/LogTest.php
@@ -249,13 +249,6 @@ class LogTest extends IntegrationTestCase
return StaticContainer::get('path.tmp') . '/logs/piwik.test.log';
}
- public function provideContainerConfig()
- {
- return array(
- 'Psr\Log\LoggerInterface' => \DI\get('Monolog\Logger')
- );
- }
-
private function recreateLogSingleton($backend, $level = 'INFO')
{
$newEnv = new Environment('test', array(