PHP Classes

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

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

Contents

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

use
eMapper\PostgreSQL\PostgreSQLConfig;
use
eMapper\Callback\AbstractGroupCallbackTest;

/**
 * Test setting a grouping callback
 *
 * @author emaphp
 * @group callback
 * @group postgre
 */
class GroupCallbackTest extends AbstractGroupCallbackTest {
    use
PostgreSQLConfig;
}
?>