Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F3313985
ImapCache.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
374 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
(
null
,
null
,
null
,
null
);
$this
->
assertInstanceOf
(
'rcube_imap_cache'
,
$object
,
"Class constructor"
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Thu, Apr 9, 2:46 PM (1 d, 19 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
513038
Default Alt Text
ImapCache.php (374 B)
Attached To
Mode
R3 roundcubemail
Attached
Detach File
Event Timeline
Log In to Comment