Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F6063905
ResultIndex.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
358 B
Referenced Files
None
Subscribers
None
ResultIndex.php
View Options
<?php
/**
* Test class to test rcube_result_index class
*
* @package Tests
*/
class
Framework_ResultIndex
extends
PHPUnit_Framework_TestCase
{
/**
* Class constructor
*/
function
test_class
()
{
$object
=
new
rcube_result_index
;
$this
->
assertInstanceOf
(
'rcube_result_index'
,
$object
,
"Class constructor"
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, May 22, 4:13 AM (1 d, 11 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
462999
Default Alt Text
ResultIndex.php (358 B)
Attached To
Mode
R3 roundcubemail
Attached
Detach File
Event Timeline
Log In to Comment