PHP Classes

File: tests/eMapper/MySQL/Cache/MemcacheTest.php

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

Contents

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

use
eMapper\MySQL\MySQLConfig;
use
eMapper\Cache\Memcache\AbstractMemcacheTest;

/**
 * Test MemcacheProvider with a MySQL connection
 * @author emaphp
 * @group mysql
 * @group cache
 * @group memcache
 */
class MemcacheTest extends AbstractMemcacheTest {
    use
MySQLConfig;
}
?>