<?php

/**
 * Create a stub class for testing the abstract class
 */
class EchoAbstractMapperStub extends EchoAbstractMapper {

	public function testMethod() {
	}

}
