<?php 
namespace eMapper\MySQL\Mapper\ArrayMapper; 
 
use eMapper\MySQL\MySQLConfig; 
use eMapper\Mapper\ArrayMapper\AbstractResultMapTest; 
 
/** 
 * Tests Mapper class obtaining array values using result maps 
 * @author emaphp 
 * @group mysql 
 * @group mapper 
 */ 
class ResultMapTest extends AbstractResultMapTest { 
    use MySQLConfig; 
} 
?>
 
 |