PHP Classes

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

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

Contents

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

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

/**
 * Tests Mapper class with float values
 * @author emaphp
 * @group postgre
 * @group mapper
 * @group float
 */
class FloatTypeTest extends AbstractFloatTypeTest {
    use
PostgreSQLConfig;
}
?>