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

0.5.php « testpluginUpdates « Updater « resources « tests - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 944dcffaf2c45a7ae5d3f9a03f1bb01f4a6ed46e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php
namespace Piwik\Plugins\testpluginUpdates;

use Piwik\Updates as PiwikUpdates;

class Updates_0_5 extends PiwikUpdates
{
    function doUpdate(\Piwik\Updater $updater)
    {
        throw new \Piwik\Exception\MissingFilePermissionException('make sure this exception is thrown');
    }
}