<?php
namespace eMapper\MySQL\Mapper\ScalarMapper;
use eMapper\MySQL\MySQLConfig;
use eMapper\Mapper\ScalarMapper\AbstractStringTypeTest;
/**
* Tests Mapper class with string values
* @author emaphp
* @group mysql
* @group mapper
* @group string
*/
class StringTypeTest extends AbstractStringTypeTest {
use MySQLConfig;
}
?>
|