PHP Classes

File: tests/eMapper/PostgreSQL/Attribute/DepthTest.php

Recommend this page to a friend!
  Classes of Emmanuel Antico   eMapper   tests/eMapper/PostgreSQL/Attribute/DepthTest.php   Download  
File: tests/eMapper/PostgreSQL/Attribute/DepthTest.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: Modified: Dynamic attribute tests.
Date: 9 years ago
Size: 322 bytes
 

Contents

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

use
eMapper\Attribute\AbstractDepthTest;
use
eMapper\PostgreSQL\PostgreSQLConfig;

/**
 * Test setting different values for depth internal value
 *
 * @author emaphp
 * @group postgre
 * @group depth
 */
class DepthTest extends AbstractDepthTest {
    use
PostgreSQLConfig;
}
?>