<?php 
namespace eMapper\MySQL\Mapper\ArrayMapper; 
 
use eMapper\MySQL\MySQLConfig; 
use eMapper\Mapper\ArrayMapper\AbstractArrayMapperTest; 
 
/** 
 * Tests Mapper class mapping to array values 
 * @author emaphp 
 * @group mysql 
 * @group mapper 
 */ 
class ArrayMapperTest extends AbstractArrayMapperTest { 
    use MySQLConfig; 
} 
?>
 
 |