<?php namespace 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; } ?>
info at phpclasses dot org