Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F120840255
HideBlockquote.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
490 B
Referenced Files
None
Subscribers
None
HideBlockquote.php
View Options
<?php
class
HideBlockquote_Plugin
extends
PHPUnit_Framework_TestCase
{
function
setUp
()
{
include_once
dirname
(
__FILE__
)
.
'/../hide_blockquote.php'
;
}
/**
* Plugin object construction test
*/
function
test_constructor
()
{
$rcube
=
rcube
::
get_instance
();
$plugin
=
new
hide_blockquote
(
$rcube
->
api
);
$this
->
assertInstanceOf
(
'hide_blockquote'
,
$plugin
);
$this
->
assertInstanceOf
(
'rcube_plugin'
,
$plugin
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, Apr 24, 2:24 PM (1 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18802182
Default Alt Text
HideBlockquote.php (490 B)
Attached To
Mode
R113 roundcubemail
Attached
Detach File
Event Timeline