PHP Classes

File: tests/eMapper/PostgreSQL/Cache/MemcachedTest.php

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

Contents

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

use
eMapper\PostgreSQL\PostgreSQLConfig;
use
eMapper\Cache\Memcached\AbstractMemcachedTest;

/**
 * Test MemcachedProvider with MySQLMapper class
 * @author emaphp
 * @group postgre
 * @group cache
 * @group memcached
 */
class MemcachedTest extends AbstractMemcachedTest {
    use
PostgreSQLConfig;
}
?>