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