Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117751716
CacheShared.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
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
Sat, Apr 4, 3:23 AM (1 d, 18 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18717591
Default Alt Text
CacheShared.php (364 B)
Attached To
Mode
R113 roundcubemail
Attached
Detach File
Event Timeline