Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117750385
ImapCache.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
390 B
Referenced Files
None
Subscribers
None
ImapCache.php
View Options
<?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
Details
Attached
Mime Type
text/x-php
Expires
Sat, Apr 4, 2:18 AM (1 w, 1 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
98/00/3cb80def72e19795379a8e0825d7
Default Alt Text
ImapCache.php (390 B)
Attached To
Mode
R113 roundcubemail
Attached
Detach File
Event Timeline