PHP Classes

File: tests/eMapper/MySQL/Mapper/ObjectMapper/DefaultMapTest.php

Recommend this page to a friend!
  Classes of Emmanuel Antico   eMapper   tests/eMapper/MySQL/Mapper/ObjectMapper/DefaultMapTest.php   Download  
File: tests/eMapper/MySQL/Mapper/ObjectMapper/DefaultMapTest.php
Role: Unit test script
Content type: text/plain
Description: Unit test script
Class: eMapper
Database abstraction layer that maps data types
Author: By
Last change: Added: Abstract type tests.
Date: 9 years ago
Size: 334 bytes
 

Contents

Class file image Download
<?php
namespace eMapper\MySQL\Mapper\ObjectMapper;

use
eMapper\MySQL\MySQLConfig;
use
eMapper\Mapper\ObjectMapper\AbstractDefaultMapTest;

/**
 * Tests Mapper class obtaining default stdClass instances
 * @author emaphp
 * @group mysql
 * @group mapper
 */
class DefaultMapTest extends AbstractDefaultMapTest {
    use
MySQLConfig;
}
?>