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