| 
<?phpnamespace eMapper\MySQL\Mapper\ObjectMapper;
 
 use eMapper\MySQL\MySQLConfig;
 use eMapper\Mapper\ObjectMapper\AbstractEntityTest;
 
 /**
 * Tests Mapper class mapping to entities
 * @author emaphp
 * @group mysql
 * @group mapper
 */
 class EntityTest extends AbstractEntityTest {
 use MySQLConfig;
 }
 ?>
 |