PHP Classes

File: tests/eMapper/PostgreSQL/Callback/EachCallbackTest.php

Recommend this page to a friend!
  Classes of Emmanuel Antico   eMapper   tests/eMapper/PostgreSQL/Callback/EachCallbackTest.php   Download  
File: tests/eMapper/PostgreSQL/Callback/EachCallbackTest.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: Callback tests.
Date: 9 years ago
Size: 352 bytes
 

Contents

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

use
eMapper\PostgreSQL\PostgreSQLConfig;
use
eMapper\Callback\AbstractEachCallbackTest;

/**
 * Tests applying a user-defined callback through the each method
 *
 * @author emaphp
 * @group callback
 * @group postgre
 */
class EachCallbackTest extends AbstractEachCallbackTest {
    use
PostgreSQLConfig;
}
?>