Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F3318565
CacheShared.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
364 B
Referenced Files
None
Subscribers
None
CacheShared.php
View Options
<?php
/**
* Test class to test rcube_cache_shared class
*
* @package Tests
*/
class
Framework_CacheShared
extends
PHPUnit_Framework_TestCase
{
/**
* Class constructor
*/
function
test_class
()
{
$object
=
new
rcube_cache_shared
(
'db'
);
$this
->
assertInstanceOf
(
'rcube_cache_shared'
,
$object
,
"Class constructor"
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Thu, Apr 9, 5:35 PM (8 h, 59 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
463133
Default Alt Text
CacheShared.php (364 B)
Attached To
Mode
R3 roundcubemail
Attached
Detach File
Event Timeline
Log In to Comment