Page MenuHomePhorge

ImapCache.php
No OneTemporary

Authored By
Unknown
Size
374 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(null, null, null, null);
$this->assertInstanceOf('rcube_imap_cache', $object, "Class constructor");
}
}

File Metadata

Mime Type
text/x-php
Expires
Fri, Apr 24, 1:39 PM (23 h, 39 m ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
87/04/c994714ccc7c9a0839a50d2eb287
Default Alt Text
ImapCache.php (374 B)

Event Timeline