PHP Classes

File: tests/eMapper/PostgreSQL/Mapper/ScalarMapper/IntegerTypeTest.php

Recommend this page to a friend!
  Classes of Emmanuel Antico   eMapper   tests/eMapper/PostgreSQL/Mapper/ScalarMapper/IntegerTypeTest.php   Download  
File: tests/eMapper/PostgreSQL/Mapper/ScalarMapper/IntegerTypeTest.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: 361 bytes
 

Contents

Class file image Download
<?php
namespace eMapper\PostgreSQL\Mapper\ScalarMapper;

use
eMapper\PostgreSQL\PostgreSQLConfig;
use
eMapper\Mapper\ScalarMapper\AbstractIntegerTypeTest;

/**
 * Tests Mapper class with integer values
 * @author emaphp
 * @group postgre
 * @group mapper
 * @group integer
 */
class IntegerTypeTest extends AbstractIntegerTypeTest {
    use
PostgreSQLConfig;
}

?>