PHP Classes

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

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

Contents

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

use
eMapper\SQLite\SQLiteConfig;
use
eMapper\Callback\AbstractEachCallbackTest;

/**
 * Each callback tests
 * @author emaphp
 * @group sqlite
 * @group callback
 */
class EachCallbackTest extends AbstractEachCallbackTest {
    use
SQLiteConfig;
}
?>