10 lines
174 B
PHP
10 lines
174 B
PHP
<?php
|
|
namespace oat\generis\test\unit\common\ext\samples;
|
|
|
|
class UpdaterMock extends \common_ext_ExtensionUpdater
|
|
{
|
|
public function update($initialVersion)
|
|
{
|
|
}
|
|
}
|