mediawiki-extensions-Echo/tests/phpunit/Mapper/EchoAbstractMapperStub.php

14 lines
224 B
PHP
Raw Normal View History

<?php
use MediaWiki\Extension\Notifications\Mapper\AbstractMapper;
/**
* Create a stub class for testing the abstract class
*/
class EchoAbstractMapperStub extends AbstractMapper {
public function testMethod() {
}
}