Page MenuHomePhorge

ImapCache.php
No OneTemporary

Authored By
Unknown
Size
390 B
Referenced Files
None
Subscribers
None

ImapCache.php

<?php
/**
* Test class to test rcube_imap_cache class
*
* @package Tests
*/
class Framework_ImapCache extends PHPUnit\Framework\TestCase
{
/**
* Class constructor
*/
function test_class()
{
$object = new rcube_imap_cache(new rcube_db('test'), null, null, null);
$this->assertInstanceOf('rcube_imap_cache', $object, "Class constructor");
}
}

File Metadata

Mime Type
text/x-php
Expires
Sat, Apr 4, 3:31 AM (1 d, 10 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
f2/4c/ba919e394c55630de2fa131924de
Default Alt Text
ImapCache.php (390 B)

Event Timeline