PHP Classes

File: tests/eMapper/SQLite/Callback/FilterCallbackTest.php

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

Contents

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

use
eMapper\SQLite\SQLiteConfig;
use
eMapper\Callback\AbstractFilterCallbackTest;

/**
 * Filter callback tests
 * @author emaphp
 * @group sqlite
 * @group callback
 */
class FilterCallbackTest extends AbstractFilterCallbackTest {
    use
SQLiteConfig;
}
?>