PHP Classes

File: tests/eMapper/PostgreSQL/StatementTest.php

Recommend this page to a friend!
  Classes of Emmanuel Antico   eMapper   tests/eMapper/PostgreSQL/StatementTest.php   Download  
File: tests/eMapper/PostgreSQL/StatementTest.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: Statement tests.
Added: DynamicSQLProgram class.
Date: 9 years ago
Size: 251 bytes
 

Contents

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

use
eMapper\AbstractStatementTest;

/**
 * Tests PostgreSQLStatement class
 * @author emaphp
 * @group postgre
 * @group statement
 */
class StatementTest extends AbstractStatementTest {
    use
PostgreSQLConfig;
}
?>