PHP Classes

File: tests/eMapper/MySQL/Callback/OverrideCallbackTest.php

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

Contents

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

use
eMapper\MySQL\MySQLConfig;
use
eMapper\Callback\AbstractOverrideCallbackTest;

/**
 * Test setting a callback that overrides current query
 *
 * @author emaphp
 * @group callback
 * @group mysql
 */
class OverrideCallbackTest extends AbstractOverrideCallbackTest {
    use
MySQLConfig;
}
?>