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