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