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

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

return array(

    'Piwik\Plugins\MobileAppMeasurable\Type' => DI\object('Piwik\Plugins\MobileAppMeasurable\tests\Framework\Mock\Type'),

);