Welcome to mirror list, hosted at ThFree Co, Russian Federation.

test.php « config « DBStats « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c8f33d76f07857adfd8f2366e911daaa2475b48b (plain)
1
2
3
4
5
6
7
<?php

return array(

    'Piwik\Plugins\DBStats\MySQLMetadataDataAccess' => \DI\create('Piwik\Plugins\DBStats\tests\Mocks\MockDataAccess'),

);