tao-test/app/generis/test/unit/common/ext/samples/UpdaterMock.php

10 lines
174 B
PHP
Raw Normal View History

2022-08-29 20:14:13 +02:00
<?php
namespace oat\generis\test\unit\common\ext\samples;
class UpdaterMock extends \common_ext_ExtensionUpdater
{
public function update($initialVersion)
{
}
}