Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F120824769
HideBlockquote.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
480 B
Referenced Files
None
Subscribers
None
HideBlockquote.php
View Options
<?php
class
HideBlockquote_Plugin
extends
PHPUnit_Framework_TestCase
{
function
setUp
()
{
include_once
__DIR__
.
'/../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, 10:27 AM (4 h, 25 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
74/9a/e45886667940ff3e4225fe1ce6b3
Default Alt Text
HideBlockquote.php (480 B)
Attached To
Mode
R113 roundcubemail
Attached
Detach File
Event Timeline