| 
<?phpnamespace eMapper\MySQL\Mapper\ScalarMapper;
 
 use eMapper\MySQL\MySQLConfig;
 use eMapper\Mapper\ScalarMapper\AbstractCustomTypeTest;
 
 /**
 * Tests Mapper with custom type values
 * @author emaphp
 * @group mysql
 * @group mapper
 * @group custom
 */
 class CustomTypeTest extends AbstractCustomTypeTest {
 use MySQLConfig;
 }
 ?>
 |